Idris2/.gitignore
Kamil Shakirov 880981d5b4 More fixes and improvements
* Ignore build artifacts in 'tests' directory
* Remove unused variables in makefiles
* Add 'bootstrap-clean' rule to delete build artifacts from 'bootstrap' directory
* Add 'distclean' rule to delete all build artifacts from the source tree
2020-05-20 15:31:30 +06:00

21 lines
167 B
Plaintext

*~
*.ibc
*.ttc
*.ttm
*.o
*.d
*.a
*.dll
/build
/libs/**/build
/tests/**/build
/tests/**/output
/tests/**/*.so
/tests/**/*.dylib
/tests/**/*.dll
/src/IdrisPaths.idr