kuroko/.gitignore
2021-02-12 15:53:47 +09:00

15 lines
198 B
Plaintext

# Ignore executables in the root
/kuroko
/*.exe
/*.deb
/krk-*
# I typically clone these subprojects in the root as well.
/wasm/
/jupyter/
# Match library files anywhere.
*.o
*.so
*.dll
*.dSYM
*.kbc