2019-07-31 11:54:48 +00:00
|
|
|
/nimcache
|
2018-05-30 16:11:15 +00:00
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
2018-12-24 16:03:27 +00:00
|
|
|
/build
|
|
|
|
|
2019-02-05 15:06:29 +00:00
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
2018-12-24 16:03:27 +00:00
|
|
|
|
|
|
|
# ntags/ctags output
|
|
|
|
/tags
|
2018-11-21 14:48:17 +00:00
|
|
|
|
2019-02-16 21:45:19 +00:00
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
|
|
/nimbus.nims
|
|
|
|
|
2018-11-21 14:48:17 +00:00
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
2018-05-30 16:11:15 +00:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2018-11-21 14:48:17 +00:00
|
|
|
|
2018-08-23 03:43:22 +00:00
|
|
|
VMTests.md
|
2019-01-23 12:59:26 +00:00
|
|
|
/debug*.json
|
|
|
|
/block*.json
|