2021-02-12 05:48:50 +03:00
|
|
|
# Ignore executables in the root
|
|
|
|
/kuroko
|
|
|
|
/*.exe
|
|
|
|
/*.deb
|
|
|
|
/krk-*
|
2021-02-23 08:01:55 +03:00
|
|
|
/test/*.actual
|
2021-02-12 05:48:50 +03:00
|
|
|
# I typically clone these subprojects in the root as well.
|
|
|
|
/wasm/
|
|
|
|
/jupyter/
|
2021-02-19 07:56:54 +03:00
|
|
|
# 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
|
2021-02-12 05:48:50 +03:00
|
|
|
# Match library files anywhere.
|
2020-12-26 03:32:21 +03:00
|
|
|
*.o
|
2021-04-09 15:45:27 +03:00
|
|
|
*.lo
|
2020-12-31 09:48:39 +03:00
|
|
|
*.so
|
2021-03-20 15:23:05 +03:00
|
|
|
*.so.debug
|
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
|
2021-03-03 04:40:41 +03:00
|
|
|
*.a
|
2021-03-24 14:53:02 +03:00
|
|
|
#
|
|
|
|
/modules/codecs/sbencs.krk
|
|
|
|
/modules/codecs/dbdata.krk
|
|
|
|
/modules/codecs/isweblabel.krk
|
|
|
|
|