Skip to content

Commit f013a99

Browse files
committed
ignore autotools and libtool generated files
1 parent f22bc4b commit f013a99

File tree

3 files changed

+22
-0
lines changed

3 files changed

+22
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,16 @@ project.xcworkspace
1616
Build
1717
.build
1818

19+
# build files generated by autotools
20+
Makefile
21+
Makefile.in
22+
config.log
23+
configure
24+
aclocal.m4
25+
autom4te.cache
26+
config.log
27+
config.status
28+
config
29+
configure
30+
libtool
31+

m4/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
libtool.m4
2+
ltoptions.m4
3+
ltsugar.m4
4+
ltversion.m4
5+
lt~obsolete.m4

src/.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
provider.h
2+
.libs
3+
*.lo
4+

0 commit comments

Comments
 (0)