nim-eth/.gitignore
Jacek Sieka b89d712339
normalise nimble, ci (#567)
* normalise nimble, ci

* drop obsolete dep download

* add threads
2024-01-23 16:48:29 +00:00

20 lines
285 B
Plaintext

# Ignore all files without extensions (unix executable files)
*
!*.*
!*/
!LICENSE*
nimcache/
build/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
*.so
*.dylib
*.a
*.la
*.exe
*.dll
*.generated.nim
nimble.paths