sandbox/.gitignore

76 lines
798 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
2019-04-22 02:25:01 +00:00
*.beam
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
# Quantum experiments
/qc/msqdk/*/obj
/qc/msqdk/*/bin
2018-12-28 23:44:47 +00:00
# apio cruft
.sconsign.dblite
hardware.asc
hardware.bin
2018-12-29 22:03:45 +00:00
hardware.blif
hardware.out
2018-12-28 23:44:47 +00:00
2018-12-29 15:05:25 +00:00
# platformio cruft
.pio
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
2019-09-16 16:00:05 +00:00
# ada stuff
*.ali