2021-03-19 15:59:59 +00:00
|
|
|
*~
|
2018-05-30 19:11:15 +03:00
|
|
|
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
2018-12-24 17:03:27 +01:00
|
|
|
/build
|
|
|
|
|
2019-02-05 16:06:29 +01:00
|
|
|
# Nimble packages
|
|
|
|
/vendor/.nimble
|
2018-12-24 17:03:27 +01:00
|
|
|
|
|
|
|
# ntags/ctags output
|
|
|
|
/tags
|
2018-11-21 15:48:17 +01:00
|
|
|
|
2019-02-16 22:45:19 +01:00
|
|
|
# a symlink that can't be added to the repo because of Windows
|
|
|
|
/nimbus.nims
|
|
|
|
|
2018-11-21 15:48:17 +01:00
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
2018-05-30 19:11:15 +03:00
|
|
|
*.so
|
|
|
|
*.dylib
|
|
|
|
*.a
|
|
|
|
*.la
|
|
|
|
*.exe
|
|
|
|
*.dll
|
2018-11-21 15:48:17 +01:00
|
|
|
|
2021-03-19 15:59:59 +00:00
|
|
|
# Ignore generated C and doc files
|
|
|
|
nimcache
|
|
|
|
/nimbus/docs
|
|
|
|
|
2019-01-23 13:59:26 +01:00
|
|
|
/debug*.json
|
|
|
|
/block*.json
|
2021-04-08 17:46:00 +02:00
|
|
|
/.update.timestamp
|
2021-10-06 01:31:35 +02:00
|
|
|
*.generated.nim
|
2022-03-27 13:21:15 +02:00
|
|
|
/dist
|
|
|
|
|
2022-11-26 15:59:19 +01:00
|
|
|
/all_test.md
|
|
|
|
|
2023-07-21 16:30:22 +02:00
|
|
|
# local testnet files
|
|
|
|
/local_testnet_data
|
|
|
|
|
2022-03-30 18:59:09 +03:00
|
|
|
# Nimble user files
|
|
|
|
nimble.develop
|
|
|
|
nimble.paths
|
2022-08-25 22:19:50 +03:00
|
|
|
|
|
|
|
# nimbus-build-system files
|
|
|
|
nimbus-build-system.paths
|