Idris2/.gitignore
Stiopa Koltsov afaf416673 Write files into bootstrap-build directory during bootstrap
... instead of `bootstrap` which contains source files. Make it easier to understand
how build works, and in particular, which files are sources and
which files are generated.
2021-07-04 03:17:13 +01:00

52 lines
525 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-build
/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