roc/.gitignore

36 lines
580 B
Plaintext
Raw Normal View History

2019-01-28 01:38:34 +03:00
target
2021-04-26 15:07:12 +03:00
generated-docs
2020-11-30 06:19:34 +03:00
zig-cache
2020-01-07 15:27:34 +03:00
.direnv
*.rs.bk
2020-12-09 03:19:28 +03:00
# llvm human-readable output
*.ll
2021-05-15 00:28:50 +03:00
*.bc
2020-12-09 03:19:28 +03:00
#valgrind
2020-10-31 02:54:56 +03:00
vgcore.*
#editors
.idea/
2020-12-15 17:00:24 +03:00
.vscode/
2021-06-16 05:19:03 +03:00
.ignore
2020-11-30 06:19:34 +03:00
2021-01-25 17:31:50 +03:00
#files too big to track in git
editor/benches/resources/100000_lines.roc
editor/benches/resources/10000_lines.roc
editor/benches/resources/1000_lines.roc
editor/benches/resources/100_lines.roc
editor/benches/resources/25000000_lines.roc
editor/benches/resources/50000_lines.roc
editor/benches/resources/500_lines.roc
2021-02-06 16:18:03 +03:00
# rust cache (sccache folder)
sccache_dir
2021-02-05 21:48:02 +03:00
# self-contained benchmark folder
bench-folder*
# earthly
earthly_log.txt