[PATCH] gitignore: add top level patch ignore rule

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

 



Add top level ignore rule for patches created by format-patch command.
On the way, reorganize ignore rules and add comments.

Signed-off-by: Vitaliy Ivanov <vitalivanov@xxxxxxxxx>
---
 .gitignore |   43 ++++++++++++++++++++++++++++++-------------
 1 files changed, 30 insertions(+), 13 deletions(-)

diff --git a/.gitignore b/.gitignore
index 8572c8c..47afe77 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,15 @@
+#
+# NOTE! Don't add files that are generated in specific
+# subdirectories here. Add them in the ".gitignore" file
+# in that subdirectory instead.
+#
+# NOTE! Please use 'git ls-files -i --exclude-standard'
+# command after changing this file, to see if there are
+# any tracked files which get ignored after the change.
+
+#
+# Top-level files
+#
 /GIT-BUILD-OPTIONS
 /GIT-CFLAGS
 /GIT-LDFLAGS
@@ -187,21 +199,10 @@
 /test-svn-fe
 /test-treap
 /common-cmds.h
-*.tar.gz
-*.dsc
-*.deb
 /git.spec
-*.exe
-*.[aos]
-*.py[co]
-.depend/
-*.gcda
-*.gcno
-*.gcov
 /coverage-untested-functions
 /cover_db/
 /cover_db_html/
-*+
 /config.mak
 /autom4te.cache
 /config.cache
@@ -213,6 +214,24 @@
 /tags
 /TAGS
 /cscope*
+/Debug/
+/Release/
+/*.patch
+
+#
+# Normal rules
+#
+*.tar.gz
+*.dsc
+*.deb
+*.exe
+*.[aos]
+*.py[co]
+.depend/
+*.gcda
+*.gcno
+*.gcov
+*+
 *.obj
 *.lib
 *.sln
@@ -222,5 +241,3 @@
 *.user
 *.idb
 *.pdb
-/Debug/
-/Release/
-- 
1.7.4.1



--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]