Remove 3rd party DLLs and README files from repository

theses files are automatically built with "make 3rdparty"
3rdparty: make sure to create bin/ directory
This commit is contained in:
Thomas Bernard
2018-12-02 10:26:37 +01:00
parent 4391603f37
commit e1153b9bb5
13 changed files with 12 additions and 133 deletions

2
.gitignore vendored
View File

@@ -12,6 +12,7 @@
/obj
/bin/grafx2*
/bin/generatedoc*
/bin/*.dll
/src/version.c
/src/*.tgz
@@ -20,6 +21,7 @@
/doc/html
/doc/doxygen
/doc/README-*.txt
*.tgz
*.zip