Skip to content

Commit c08f252

Browse files
committed
Add a few .gitignore files
1 parent 66c17ec commit c08f252

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Makefile
2+
*.o
3+
*.a
4+
*.dylib
5+
*.so
6+
*.so.*
7+
*.so.*.*
8+
/config.h
9+
/config.sh

data/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/cpp.pc

src/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/cpp

0 commit comments

Comments
 (0)