Idris2/.gitignore

48 lines
526 B
Plaintext
Raw Normal View History

2020-05-18 16:01:41 +03:00
*.ibc
*.ttc
*.ttm
*.o
*.d
*.a
*.dll
*.dylib
2020-05-18 16:01:41 +03:00
/build
2021-04-07 15:55:04 +03:00
/lib
idris2docs_venv
2020-05-20 13:28:18 +03:00
/docs/build
2020-05-18 16:01:41 +03:00
/libs/**/build
/tests/**/build
2020-05-18 16:01:41 +03:00
/tests/**/output
/tests/**/*.so
/tests/**/*.dylib
/tests/**/*.dll
2020-05-19 14:49:21 +03:00
2021-01-12 16:20:42 +03:00
/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
*~ # Vim swap file
.\#* # Emacs swap file
.vscode/* # VS Code
# macOS
.DS_Store