kuroko/.gitignore
HarJIT 5c2de206b9
Codecs package (#4)
Codecs package

Co-authored-by: HarJIT <harjit@harjit.moe>
2021-03-24 04:53:02 -07:00

28 lines
402 B
Plaintext

# 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
/docs/html/
/docs/mod*.md
/docs/classindex.md
/docs/functionindex.md
# Match library files anywhere.
*.o
*.so
*.so.debug
*.dll
*.dSYM
*.kbc
*.a
#
/modules/codecs/sbencs.krk
/modules/codecs/dbdata.krk
/modules/codecs/isweblabel.krk