mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-12 18:01:14 +01:00
46 lines
588 B
Plaintext
46 lines
588 B
Plaintext
# IDE generated files
|
|
.cproject
|
|
.project
|
|
/.idea/
|
|
/coverage/
|
|
/cmake-build-debug/
|
|
|
|
# Jekyll generated (website) artifacts
|
|
/.jekyll-metadata
|
|
/_site/
|
|
/_cache/
|
|
/_support/
|
|
|
|
# Build artifacts
|
|
/doc/boxes.1
|
|
/doc/boxes.1.raw.html
|
|
/doc/boxes.1.html
|
|
/pcre2-*/
|
|
/flex_bison_*/
|
|
/cmocka-*/
|
|
/out/
|
|
*.o
|
|
*.a
|
|
/test/*.tmp
|
|
/vendor/
|
|
|
|
# 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
|
|
|
|
# Linux Packaging
|
|
*.tar.gz
|
|
|
|
# Chocolatey Packaging
|
|
/tools/boxes.*
|
|
/tools/README*.md
|
|
/tools/LICENSE.txt
|
|
/boxes.portable.*.nupkg
|
|
|
|
# Misc
|
|
/vs
|