[evolution-data-server] git should ignore *.orig and *.rej files



commit f9dba66f894745cbdacaf713e3e1dc023d2f1ab7
Author: Milan Crha <mcrha redhat com>
Date:   Thu Nov 10 11:27:14 2016 +0100

    git should ignore *.orig and *.rej files
    
    Thus they are not shown as untracked files with commands like `git status -u`.

 .gitignore |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e449d05..726890e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 build
 _build
 .build
+*.orig
+*.rej


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]