kuroko/.gitignore

17 lines
222 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
/html/
# Match library files anywhere.
*.o
*.so
*.dll
*.dSYM
*.kbc