Skip to content

Commit bfb1f3c

Browse files
committed
Merge pull request #28 from tokuchan/ignore-build-products
Ignore build products
2 parents 94a098a + 43dcd3f commit bfb1f3c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitignore

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
2+
.deps
3+
4+
config.log
5+
6+
config.status
7+
8+
Makefile
9+
10+
tests/*
11+
!tests/*.cc

0 commit comments

Comments
 (0)