2012-02-01 20:12:50 -05:00
|
|
|
# git ls-files --others --exclude-from=.git/info/exclude
|
|
|
|
# Lines that start with '#' are comments.
|
|
|
|
# For a project mostly in C, the following would be a good set of
|
|
|
|
# exclude patterns (uncomment them if you want to use them):
|
|
|
|
# *.[oa]
|
|
|
|
# *~
|
|
|
|
profanity
|
2012-02-02 19:00:15 -05:00
|
|
|
*.o
|
2012-02-02 20:27:45 -05:00
|
|
|
*.log
|
2012-02-06 19:08:59 -05:00
|
|
|
*.swp
|
2012-03-01 20:51:40 -05:00
|
|
|
testsuite
|
2012-04-29 20:09:42 -04:00
|
|
|
tags
|
2012-07-29 16:32:04 -04:00
|
|
|
cscope.out
|
2012-07-01 09:47:09 -04:00
|
|
|
.deps/
|
2012-07-02 19:36:04 -04:00
|
|
|
build-aux/
|
2012-07-01 09:47:09 -04:00
|
|
|
Makefile
|
|
|
|
Makefile.in
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
2012-07-01 09:52:45 -04:00
|
|
|
src/config.h
|
|
|
|
src/config.h.in
|
2012-07-01 09:47:09 -04:00
|
|
|
config.status
|
2012-12-30 19:25:47 -05:00
|
|
|
configure
|
2012-07-01 09:47:09 -04:00
|
|
|
configure.scan
|
|
|
|
stamp-h1
|
2012-07-01 11:18:57 -04:00
|
|
|
*~
|
2012-07-02 20:59:32 -04:00
|
|
|
*dirstamp
|
2012-07-31 18:01:15 -04:00
|
|
|
valgrind.out
|
2012-09-12 18:18:25 -04:00
|
|
|
core
|
2013-02-09 15:39:52 -05:00
|
|
|
bugs/
|