/ .gitignore
.gitignore
 1  nimcache/
 2  
 3  # Executables shall be put in an ignored build/ directory
 4  # Ignore dynamic, static libs and libtool archive files
 5  build/
 6  *.so
 7  *.dylib
 8  *.a
 9  *.la
10  *.exe
11  *.dll
12  
13  # Sage
14  *.sage.py
15  
16  # Test vectors
17  tests/ef-bls12381-vectors-v*/
18  tests/tarballs/
19  nimble.develop
20  nimble.paths