mirror of
https://github.com/codex-storage/constantine.git
synced 2025-01-09 10:42:20 +00:00
f8fb54faef
* Build and run tests in parallel * Workaround travis OSX Homebrew bug * semicolons ... * Don't auto-update before installing homebrew packages
18 lines
204 B
Plaintext
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
|