mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-01-21 05:08:35 +01:00
Update .gitignore
This commit is contained in:
parent
418991143e
commit
419dbdf850
7
.gitignore
vendored
7
.gitignore
vendored
@ -3,6 +3,7 @@
|
|||||||
.project
|
.project
|
||||||
/.idea/
|
/.idea/
|
||||||
/coverage/
|
/coverage/
|
||||||
|
/cmake-build-debug/
|
||||||
|
|
||||||
# Jekyll generated (website) artifacts
|
# Jekyll generated (website) artifacts
|
||||||
/.jekyll-metadata
|
/.jekyll-metadata
|
||||||
@ -18,13 +19,12 @@
|
|||||||
/out/
|
/out/
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
/src/boxes.h
|
|
||||||
/cmake-build-debug/
|
|
||||||
/test/*.tmp
|
/test/*.tmp
|
||||||
|
|
||||||
# Legacy locations of generated files (no longer in use)
|
# Legacy locations of generated files (no longer in use)
|
||||||
/src/boxes
|
/src/boxes
|
||||||
/src/boxes.exe
|
/src/boxes.exe
|
||||||
|
/src/boxes.h
|
||||||
/src/lex.yy.c
|
/src/lex.yy.c
|
||||||
/src/parser.h
|
/src/parser.h
|
||||||
/src/parser.c
|
/src/parser.c
|
||||||
@ -37,3 +37,6 @@
|
|||||||
/tools/README*.md
|
/tools/README*.md
|
||||||
/tools/LICENSE.txt
|
/tools/LICENSE.txt
|
||||||
/boxes.portable.*.nupkg
|
/boxes.portable.*.nupkg
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
/vs
|
||||||
|
Loading…
Reference in New Issue
Block a user