roc/.gitignore
2022-01-26 23:34:17 +01:00

48 lines
743 B
Plaintext

target
generated-docs
zig-cache
.direnv
.envrc
*.rs.bk
*.o
*.tmp
# llvm human-readable output
*.ll
*.bc
#valgrind
vgcore.*
#editors
.idea/
.vscode/
.ignore
#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
# file editor creates when no arg is passed
new-roc-project
# rust cache (sccache folder)
sccache_dir
# self-contained benchmark folder
bench-folder*
# earthly
earthly_log.txt
# created to test release
roc_linux_x86_64.tar.gz
# macOS .DS_Store files
.DS_Store