sandbox/.gitignore

52 lines
553 B
Plaintext
Raw Normal View History

2018-01-31 22:15:08 +00:00
# ignore intermediate and build objects
*.fasl
*.pyc
2018-02-07 15:24:44 +00:00
*.o
2018-02-08 23:05:19 +00:00
*.pdf
.d
2018-02-07 15:24:44 +00:00
# ignore build systems
.ninja_deps
.ninja_log
*.ninja
2018-02-08 23:05:19 +00:00
# editor crap
.vscode/*
!.vscode/settings.json
# data files
ods/data/corpus.txt
ods/data/cpp
ods/data/ods-cpp.tgz
ods/data/ods-cpp.pdf
# autotools junk files
.deps
Makefile.in
aclocal.m4
autom4te.cache/
compile
config.*
configure
depcomp
install-sh
libtool
ltmain.sh
m4/
missing
2018-02-21 20:25:03 +00:00
# build artifacts
ods/src/ch??ex??
2018-02-08 23:05:19 +00:00
*_test
*.la
*_bench
2018-02-21 20:25:03 +00:00
misc/kf/kf
*.elf
*.bin
blue-pill/*/*.d
core
2018-03-23 22:25:46 +00:00
bitwise/ion/ion
2018-05-06 23:47:59 +00:00
# django db
/django/*/db.sqlite3