.gitignore all the libs downloadable by Makefile

i.e. by doing:

    make minisat2-download
    make glucose-download
    make zlib-download
    make libzip-download
This commit is contained in:
Robert (Jamie) Munro 2016-09-07 17:19:46 +01:00
parent 25539f3067
commit fab794cb2c
1 changed files with 5 additions and 0 deletions

5
.gitignore vendored
View File

@ -30,7 +30,12 @@ src/big-int/test-bigint.exe
# files stored by editors
*~
# libs downloaded by make [name]-download
libzip/
zlib/
minisat*/
glucose-syrup/
# flex/bison generated files
src/ansi-c/ansi_c_lex.yy.cpp