Skip to content

Commit 1ba7563

Browse files
committed
Add .gitignore
1 parent ffd608f commit 1ba7563

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Makefile
2+
*.in
3+
aclocal.m4
4+
autom4te.cache/
5+
compile
6+
config.*
7+
configure
8+
depcomp
9+
install-sh
10+
missing
11+
stamp-h1
12+
*.o
13+
.deps
14+
src/checkdisks
15+

0 commit comments

Comments
 (0)