Tighten gitignore around build files.

This commit is contained in:
Mike Pope 2022-05-01 12:49:10 +09:30
parent 823ae3be93
commit 65e2398a54
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -17,7 +17,14 @@ FreeCol.log
FreeCol*.jar FreeCol*.jar
src/*.MF src/*.MF
build/installer/ build/installer/
build/net/
doc/specification_*.html doc/specification_*.html
doc/*.aux
doc/*.idx
doc/*.log
doc/*.out
doc/*.pdf
doc/*.toc
dist/ dist/
a/ a/
b/ b/