Skip to content

Commit 39aeeb9

Browse files
committed
updates to .gitignore
1 parent 21b1bb1 commit 39aeeb9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ a.out
44
*.diff
55
*.stderr
66
*.stdout
7+
*.log
8+
*.aux
9+
*.mrk
10+
*.tmp
711
.k
812
dist
913
tools/llvm-dis-xml/build
@@ -13,4 +17,5 @@ semantics/*.s
1317
semantics/*.c
1418
semantics/*.kast
1519
semantics/*.xml
20+
semantics/*.out
1621
semantics/llvm-compiled.maude

0 commit comments

Comments
 (0)