TDT4205/exercises/06/.gitignore

17 lines
130 B
Plaintext
Raw Normal View History

2022-04-10 15:55:56 +02:00
# Buildfiles
*.o
vslc/src/vslc
parser.c
scanner.c
y.tab.h
# Submission
*.tar.xz
# VSL treefiles
*.ast
*.sast
*.sym
*.bin
*.s
*.S