mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 02:23:44 +03:00
004cc45e9d
* 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
56 lines
644 B
Plaintext
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
|