kuroko/.gitignore

28 lines
402 B
Plaintext
Raw Normal View History

# Ignore executables in the root
/kuroko
/*.exe
/*.deb
/krk-*
/test/*.actual
# I typically clone these subprojects in the root as well.
/wasm/
/jupyter/
# 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
# Match library files anywhere.
*.o
2020-12-31 15:48:39 +09:00
*.so
*.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
#
/modules/codecs/sbencs.krk
/modules/codecs/dbdata.krk
/modules/codecs/isweblabel.krk