Idris2/.gitignore
G. Allais 004cc45e9d
[ test ] cosmetic changes & retest capability (#1394)
* Banners for test pools
* Summary with the list of failing tests at the end
* Option to write the list of failing tests to a file
* Option to read the list of tests to run from a file
* Using these two latest features to add a new make target to rerun precisely the tests that failed last time
2021-05-11 09:46:21 +01:00

56 lines
644 B
Plaintext

*.ibc
*.ttc
*.ttm
*.o
*.d
*.a
*.dll
*.dylib
/build
/lib
idris2docs_venv
/docs/build
/libs/**/build
/tests/**/build
/tests/**/output*
/tests/**/*.so
/tests/**/*.dylib
/tests/**/*.dll
/tests/failures
/benchmark/**/build
/benchmark/*.csv
/bootstrap/bin/
/bootstrap/lib/
/bootstrap/idris2-[0-9]*/
/bootstrap/idris2_app/idris2-boot.*
/bootstrap/idris2_app/libidris2_support.*
/src/IdrisPaths.idr
/custom.mk
# NixOS
/result
# Editor/IDE Related
# WARNING:
# do not put comments on the same line as a regex
# git seems to ignore the pattern in this case
# Vim swap file
*~
# Emacs swap file
.\#*
# VS Code
.vscode/*
# macOS
.DS_Store