kuroko/.gitignore

20 lines
284 B
Plaintext
Raw Normal View History

# Ignore executables in the root
/kuroko
/*.exe
/*.deb
/krk-*
# I typically clone these subprojects in the root as well.
/wasm/
/jupyter/
# Doxygen output
2021-02-20 08:10:36 +03:00
/docs/html/
/docs/mod*.md
2021-02-20 16:31:59 +03:00
/docs/classindex.md
/docs/functionindex.md
# Match library files anywhere.
*.o
2020-12-31 09:48:39 +03:00
*.so
2021-01-19 06:38:52 +03:00
*.dll
2021-02-11 14:14:27 +03:00
*.dSYM
2021-02-12 09:53:47 +03:00
*.kbc