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



commit 099b832f51d8007f20161e0de47170e395f2d45c
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]