Skip to content

Commit c587568

Browse files
committed
add standard gitignore
1 parent c244a8a commit c587568

1 file changed

Lines changed: 35 additions & 0 deletions

File tree

.gitignore

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

0 commit comments

Comments
 (0)