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
|