kuroko/.gitignore
2021-03-03 10:41:11 +09:00

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