Idris2/.gitignore

41 lines
494 B
Plaintext
Raw Normal View History

2020-05-23 22:03:36 +03:00
idris2docs_venv
2020-05-18 16:01:41 +03:00
*~
*.ibc
*.ttc
*.ttm
*.o
*.d
*.a
*.dll
2020-05-18 16:01:41 +03:00
2020-05-25 03:49:25 +03:00
# Editor/IDE Related
.\#* # Emacs swap file
*~ # Vim swap file
2020-06-21 15:14:46 +03:00
# VS Code
.vscode/*
2020-05-25 03:49:25 +03:00
2020-05-18 16:01:41 +03:00
/build
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
/tests/build/exec
2020-05-19 14:49:21 +03:00
/src/IdrisPaths.idr
/bootstrap/bin/
/bootstrap/lib/
/bootstrap/idris2-0*/
2020-05-23 21:32:00 +03:00
/bootstrap/idris2_app/idris2-boot*
/bootstrap/idris2_app/libidris2_support.*
/bootstrap/idris2-boot
/bootstrap/idris2-boot.rkt
/custom.mk