kuroko/.gitignore
2021-02-20 22:32:11 +09:00

20 lines
284 B
Plaintext

# Ignore executables in the root
/kuroko
/*.exe
/*.deb
/krk-*
# 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