Changed .gitignore to include important files
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -1,13 +1,8 @@
|
|||||||
Makefile
|
Makefile
|
||||||
Makefile.in
|
Makefile.in
|
||||||
configure
|
configure
|
||||||
install-sh
|
|
||||||
missing
|
|
||||||
compile
|
|
||||||
aclocal.m4
|
|
||||||
config.log
|
config.log
|
||||||
config.status
|
config.status
|
||||||
depcomp
|
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
.dirstamp
|
.dirstamp
|
||||||
.deps
|
.deps
|
||||||
@@ -15,6 +10,7 @@ autom4te.cache
|
|||||||
src/*.o
|
src/*.o
|
||||||
examples/*.o
|
examples/*.o
|
||||||
tests/*.o
|
tests/*.o
|
||||||
|
test-driver
|
||||||
tests/check_parser
|
tests/check_parser
|
||||||
*.a
|
*.a
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
|
|||||||
Reference in New Issue
Block a user