Comment .gitignore
Add some header comments and an introductory comment explaining how to check that no rule ignores files present in the repository. Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
dc2b09f167
commit
e7d997e8ee
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,9 +1,12 @@
|
|||||||
# git-ls-files --others --exclude-from=.git/info/exclude
|
# After changing this file, please run:
|
||||||
# Lines that start with '#' are comments.
|
#
|
||||||
# For a project mostly in C, the following would be a good set of
|
# git ls-files -i --exclude-standard
|
||||||
# exclude patterns (uncomment them if you want to use them):
|
#
|
||||||
# *.[oa]
|
# to check that you haven't inadvertently ignored any tracked files. This
|
||||||
# *~
|
# command should return no output. Any files listed by it are files
|
||||||
|
# present in the repository but ignored by .gitignore.
|
||||||
|
|
||||||
|
# General rules, with some exclusions for where they're too general.
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.deps/
|
.deps/
|
||||||
@@ -31,6 +34,8 @@ asn1_*.[cx]
|
|||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
|
|
||||||
|
# Top-level files.
|
||||||
|
|
||||||
/aclocal.m4
|
/aclocal.m4
|
||||||
/autom4te.cache
|
/autom4te.cache
|
||||||
/compile
|
/compile
|
||||||
@@ -46,6 +51,8 @@ asn1_*.[cx]
|
|||||||
/missing
|
/missing
|
||||||
/ylwrap
|
/ylwrap
|
||||||
|
|
||||||
|
# Files in subdirectories.
|
||||||
|
|
||||||
/admin/ktutil
|
/admin/ktutil
|
||||||
/appl/afsutil/afslog
|
/appl/afsutil/afslog
|
||||||
/appl/afsutil/pagsh
|
/appl/afsutil/pagsh
|
||||||
|
Reference in New Issue
Block a user