mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-13 12:36:39 +00:00
22 lines
359 B
Plaintext
22 lines
359 B
Plaintext
### the following pattern disables global gitignore rules (the ones from core.excludesFile)
|
|
# Ignore all files without extensions (unix executable files)
|
|
#*
|
|
#!*.*
|
|
#!*/
|
|
#!LICENSE*
|
|
|
|
nimcache/
|
|
|
|
# Executables shall be put in an ignored build/ directory
|
|
build/
|
|
|
|
# Ignore dynamic, static libs and libtool archive files
|
|
*.so
|
|
*.dylib
|
|
*.a
|
|
*.la
|
|
*.exe
|
|
*.dll
|
|
|
|
VMTests.md
|