Skip to content

Commit f0963d5

Browse files
committed
Add a gitignore file to hide build artifacts
1 parent 25105c0 commit f0963d5

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
*.lo
2+
*.o
3+
.deps/
4+
.dirstamp
5+
.libs/
6+
/aclocal.m4
7+
/autom4te.cache/
8+
/compile
9+
/config.guess
10+
/config.h
11+
/config.h.in
12+
/config.h.in~
13+
/config.log
14+
/config.status
15+
/config.sub
16+
/configure
17+
/depcomp
18+
/install-sh
19+
/libtool
20+
/ltmain.sh
21+
/missing
22+
/stamp-h1
23+
Makefile
24+
Makefile.in

0 commit comments

Comments
 (0)