nimbus-eth1/.gitignore

44 lines
587 B
Plaintext
Raw Permalink Normal View History

*~
2018-05-30 16:11:15 +00:00
# Executables shall be put in an ignored build/ directory
/build
2019-02-05 15:06:29 +00:00
# Nimble packages
/vendor/.nimble
# 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
# Ignore generated C and doc files
nimcache
/nimbus/docs
/debug*.json
/block*.json
2021-04-08 15:46:00 +00:00
/.update.timestamp
*.generated.nim
/dist
/all_test.md
# local testnet files
/local_testnet_data
2022-03-30 15:59:09 +00:00
# Nimble user files
nimble.develop
nimble.paths
# nimbus-build-system files
nimbus-build-system.paths