Ignores executables and other generated files.
This commit is contained in:
parent
8f8a925f5a
commit
5b8238c489
@ -8,6 +8,7 @@ syntax: glob
|
||||
.deps
|
||||
*.pc
|
||||
stamp-*
|
||||
.dirstamp
|
||||
|
||||
Makefile
|
||||
Makefile.in
|
||||
@ -21,6 +22,7 @@ configure
|
||||
depcomp
|
||||
dependencies.m4
|
||||
install-sh
|
||||
libtool
|
||||
ltmain.sh
|
||||
m4/libtool.m4
|
||||
m4/lt*.m4
|
||||
@ -28,3 +30,6 @@ missing
|
||||
|
||||
# Ignoring executables
|
||||
*_test
|
||||
examples/scaneclipsedeck
|
||||
tests/test_readvector
|
||||
tests/test_sf2p
|
||||
|
Loading…
Reference in New Issue
Block a user