mirror of
https://github.com/ascii-boxes/boxes.git
synced 2025-06-07 10:26:47 +02:00
Clean up .gitignore
This commit is contained in:
parent
77ee4908e3
commit
fe0feee199
38
.gitignore
vendored
38
.gitignore
vendored
@ -1,19 +1,31 @@
|
|||||||
|
# IDE generated files
|
||||||
.cproject
|
.cproject
|
||||||
.project
|
.project
|
||||||
.idea/
|
/.idea/
|
||||||
.jekyll-metadata
|
|
||||||
|
# Jekyll generated (website) artifacts
|
||||||
|
/.jekyll-metadata
|
||||||
|
/_site/
|
||||||
|
/_cache/
|
||||||
|
/_support/
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
*.o
|
*.o
|
||||||
*.a
|
*.a
|
||||||
_support/
|
/src/boxes
|
||||||
doc/boxes.1
|
/src/boxes.exe
|
||||||
|
/src/boxes.h
|
||||||
|
/src/lex.yy.c
|
||||||
|
/src/parser.h
|
||||||
|
/src/parser.c
|
||||||
|
/doc/boxes.1
|
||||||
|
|
||||||
|
# Linux Packaging
|
||||||
doc/*.tar.gz
|
doc/*.tar.gz
|
||||||
*.tar.gz
|
*.tar.gz
|
||||||
src/boxes
|
|
||||||
src/boxes.exe
|
# Chocolatey Packaging
|
||||||
src/boxes.h
|
/tools/boxes.*
|
||||||
src/lex.yy.c
|
/tools/README*.md
|
||||||
src/parser.h
|
/tools/LICENSE.txt
|
||||||
src/parser.c
|
/boxes.portable.*.nupkg
|
||||||
bin/
|
|
||||||
_site/
|
|
||||||
_cache/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user