Update .gitignore

This commit is contained in:
Thomas Jensen 2021-03-28 20:42:05 +02:00
parent 418991143e
commit 419dbdf850
No known key found for this signature in database
GPG Key ID: A4ACEE270D0FB7DB

7
.gitignore vendored
View File

@ -3,6 +3,7 @@
.project
/.idea/
/coverage/
/cmake-build-debug/
# Jekyll generated (website) artifacts
/.jekyll-metadata
@ -18,13 +19,12 @@
/out/
*.o
*.a
/src/boxes.h
/cmake-build-debug/
/test/*.tmp
# Legacy locations of generated files (no longer in use)
/src/boxes
/src/boxes.exe
/src/boxes.h
/src/lex.yy.c
/src/parser.h
/src/parser.c
@ -37,3 +37,6 @@
/tools/README*.md
/tools/LICENSE.txt
/boxes.portable.*.nupkg
# Misc
/vs