[evolution-mapi] git should ignore *.orig and *.rej files
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-mapi] git should ignore *.orig and *.rej files
- Date: Thu, 10 Nov 2016 10:31:05 +0000 (UTC)
commit 351c3c40c806135d001865add3a796b4b2c8f274
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]