mirror of
https://github.com/status-im/nimbus-eth1.git
synced 2025-02-03 15:55:47 +00:00
enable global gitignore rules
This commit is contained in:
parent
aa4ea8d8ca
commit
e9cc399775
13
.gitignore
vendored
13
.gitignore
vendored
@ -1,18 +1,21 @@
|
||||
### the following pattern disables global gitignore rules (the ones from core.excludesFile)
|
||||
# Ignore all files without extensions (unix executable files)
|
||||
*
|
||||
!*.*
|
||||
!*/
|
||||
!LICENSE*
|
||||
#*
|
||||
#!*.*
|
||||
#!*/
|
||||
#!LICENSE*
|
||||
|
||||
nimcache/
|
||||
|
||||
# Executables shall be put in an ignored build/ directory
|
||||
# Ignore dynamic, static libs and libtool archive files
|
||||
build/
|
||||
|
||||
# Ignore dynamic, static libs and libtool archive files
|
||||
*.so
|
||||
*.dylib
|
||||
*.a
|
||||
*.la
|
||||
*.exe
|
||||
*.dll
|
||||
|
||||
VMTests.md
|
||||
|
Loading…
x
Reference in New Issue
Block a user