2021-02-12 11:48:50 +09:00
|
|
|
# Ignore executables in the root
|
|
|
|
/kuroko
|
|
|
|
/*.exe
|
|
|
|
/*.deb
|
|
|
|
/krk-*
|
2021-02-23 14:01:55 +09:00
|
|
|
/test/*.actual
|
2021-02-12 11:48:50 +09:00
|
|
|
# I typically clone these subprojects in the root as well.
|
|
|
|
/wasm/
|
|
|
|
/jupyter/
|
2021-02-19 13:56:54 +09:00
|
|
|
# Doxygen output
|
2021-02-20 14:10:36 +09:00
|
|
|
/docs/html/
|
|
|
|
/docs/mod*.md
|
2021-02-20 22:31:59 +09:00
|
|
|
/docs/classindex.md
|
|
|
|
/docs/functionindex.md
|
2021-02-12 11:48:50 +09:00
|
|
|
# Match library files anywhere.
|
2020-12-26 09:32:21 +09:00
|
|
|
*.o
|
2020-12-31 15:48:39 +09:00
|
|
|
*.so
|
2021-03-20 21:23:05 +09:00
|
|
|
*.so.debug
|
2021-01-19 12:38:52 +09:00
|
|
|
*.dll
|
2021-02-11 20:14:27 +09:00
|
|
|
*.dSYM
|
2021-02-12 15:53:47 +09:00
|
|
|
*.kbc
|
2021-03-03 10:40:41 +09:00
|
|
|
*.a
|
2021-03-24 11:53:02 +00:00
|
|
|
#
|
|
|
|
/modules/codecs/sbencs.krk
|
|
|
|
/modules/codecs/dbdata.krk
|
|
|
|
/modules/codecs/isweblabel.krk
|
|
|
|
|