Skip to content
This repository was archived by the owner on Dec 18, 2018. It is now read-only.

Commit 9ca78d2

Browse files
committed
tweak .gitignore and autogen.sh little bit, remove my local build.sh
Signed-off-by: Petr Štetiar <[email protected]>
1 parent 8f1e25d commit 9ca78d2

File tree

3 files changed

+16
-15
lines changed

3 files changed

+16
-15
lines changed

.gitignore

+15-8
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,33 @@
22
*.o
33
*.lo
44
*.la
5-
.deps
5+
.deps/
66
.libs
77
*.ncb
88
*.sln
99
*.suo
1010
*.user
1111
Debug
1212
Release
13-
*.dll
14-
*.lib
15-
*.exp
16-
*.pdb
17-
*.in
18-
*.m4
1913
autom4te.cache
2014
bin
2115
compile
22-
config.*
16+
Makefile.in
17+
aclocal.m4
2318
configure
19+
config.guess
20+
config.h
21+
config.h.in
22+
config.log
23+
config.status
24+
config.sub
25+
configure
26+
depcomp
27+
install-sh
2428
depcomp
2529
install-sh
2630
ltmain.sh
2731
missing
32+
Makefile
33+
libtool
34+
*.pc

autogen.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ run ()
1111
fi
1212
}
1313

14-
run autoreconf -iv
14+
run autoreconf --force --install --symlink --verbose

build.sh

-6
This file was deleted.

0 commit comments

Comments
 (0)