constantine/.gitignore

18 lines
204 B
Plaintext

nimcache/
# Executables shall be put in an ignored build/ directory
# Ignore dynamic, static libs and libtool archive files
build/
*.so
*.dylib
*.a
*.la
*.exe
*.dll
# Sage
*.sage.py
# Tests
test_*.txt