CLEANUP: .gitignore: ignore more test files
Exclude from "git status" many of the files that often result from development tests and bug reports reproducers.
This commit is contained in:
parent
294d0f08b3
commit
921405e4a8
|
@ -18,3 +18,31 @@ make-*
|
||||||
dlmalloc.c
|
dlmalloc.c
|
||||||
00*.patch
|
00*.patch
|
||||||
*.service
|
*.service
|
||||||
|
*.bak
|
||||||
|
.nfs*
|
||||||
|
contrib/base64/base64rev
|
||||||
|
contrib/halog/halog
|
||||||
|
contrib/ip6range/ip6range
|
||||||
|
contrib/iprange/iprange
|
||||||
|
tests/test_hashes
|
||||||
|
/*.cfg
|
||||||
|
/*.conf
|
||||||
|
/*.diff
|
||||||
|
/*.patch
|
||||||
|
/*.c
|
||||||
|
/*.o
|
||||||
|
/*.so
|
||||||
|
/*.txt
|
||||||
|
/*.TXT
|
||||||
|
/*.txt.*
|
||||||
|
/*.prof
|
||||||
|
/*.gprof
|
||||||
|
/*.prof.*
|
||||||
|
/*.gprof.*
|
||||||
|
/*.tar
|
||||||
|
/*.tar.gz
|
||||||
|
/*.tgz
|
||||||
|
/*.mbox
|
||||||
|
/*.sh
|
||||||
|
/bug*
|
||||||
|
/TAGS
|
||||||
|
|
Loading…
Reference in New Issue