Skip to content

Commit 94257fc

Browse files
committed
Add .gitignore file.
1 parent 9967d06 commit 94257fc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.gitignore

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
*.o
2+
*.d
3+
/autom4te.cache
4+
/build
5+
/config.guess
6+
/config.h
7+
/config.log
8+
/config.status
9+
/config.sub
10+
/configure
11+
/configure~
12+
/libzone.a
13+
/make.dep
14+
/Makefile
15+
/include/zone/export.h
16+
/src/config.h.in~

0 commit comments

Comments
 (0)