kuroko/.gitignore

29 lines
407 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 08:10:36 +03:00
/docs/html/
/docs/mod*.md
2021-02-20 16:31:59 +03:00
/docs/classindex.md
/docs/functionindex.md
# Match library files anywhere.
*.o
2021-04-09 15:45:27 +03:00
*.lo
2020-12-31 09:48:39 +03:00
*.so
*.so.debug
2021-01-19 06:38:52 +03:00
*.dll
2021-02-11 14:14:27 +03:00
*.dSYM
2021-02-12 09:53:47 +03:00
*.kbc
2021-03-03 04:40:41 +03:00
*.a
#
/modules/codecs/sbencs.krk
/modules/codecs/dbdata.krk
/modules/codecs/isweblabel.krk