Skip to content

Commit 0e68c39

Browse files
committed
Update ignores
1 parent d9c972a commit 0e68c39

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

Diff for: docs/examples/llvm/.gitignore

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
irfiles*
2-
classes*
3-
code.bc
1+
/irfiles/
2+
/classes/
3+
/bin/
4+
*.bc

Diff for: src/llvmrt/.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1+
/config.h
2+
/config.h.in
3+
/configure
4+
/config.log
5+
/config.status
6+
/autom4te.cache/
17
*.bc
8+
*.o
9+
*.a
10+
/linkscala
11+
/runscala

0 commit comments

Comments
 (0)