Added Windows-specific files to .gitignore
This commit is contained in:
parent
5a08fcf2bc
commit
92c5bd864b
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -1,4 +1,5 @@
|
||||||
*~
|
*~
|
||||||
|
*.exe
|
||||||
Doxyfile
|
Doxyfile
|
||||||
INSTALL
|
INSTALL
|
||||||
Makefile
|
Makefile
|
||||||
|
@ -11,6 +12,7 @@ cmake/Makefile
|
||||||
cmake/Makefile.in
|
cmake/Makefile.in
|
||||||
cmake/modules/Makefile
|
cmake/modules/Makefile
|
||||||
cmake/modules/Makefile.in
|
cmake/modules/Makefile.in
|
||||||
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
@ -102,6 +104,7 @@ test/.deps/
|
||||||
test/.libs/
|
test/.libs/
|
||||||
test/Makefile
|
test/Makefile
|
||||||
test/Makefile.in
|
test/Makefile.in
|
||||||
|
test-driver
|
||||||
utils/*.la
|
utils/*.la
|
||||||
utils/*.lo
|
utils/*.lo
|
||||||
utils/*.o
|
utils/*.o
|
||||||
|
|
Loading…
Reference in a new issue