Skip to content

Commit 58737ae

Browse files
committed
New: .gitignore file
0 parents  commit 58737ae

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.gitignore

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.deps
2+
.libs
3+
Makefile
4+
Makefile.fragments
5+
Makefile.global
6+
Makefile.objects
7+
acinclude.m4
8+
aclocal.m4
9+
autom4te.cache
10+
build
11+
config.guess
12+
config.h
13+
config.h.in
14+
config.log
15+
config.nice
16+
config.status
17+
config.sub
18+
configure
19+
configure.in
20+
*.la
21+
*.lo
22+
install-sh
23+
libtool
24+
ltmain.sh
25+
missing
26+
mkinstalldirs
27+
modules
28+
run-tests.php

0 commit comments

Comments
 (0)