Skip to content

Commit c202a1d

Browse files
author
Chris Andrews
committed
Add a .gitignore
1 parent ac2e9c6 commit c202a1d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
ext/*.o
2+
ext/dof/*.o
3+
*~
4+
.#*
5+
*#
6+
ext/Makefile
7+
ext/dof/Makefile
8+
conftest.dSYM
9+
*.bundle
10+
ext/mkmf.log

0 commit comments

Comments
 (0)