22 lines
303 B
Plaintext
22 lines
303 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
|
|
*.dll
|
|
*.dSYM
|
|
*.kbc
|
|
*.a
|