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

Commit 4e5d9ad

Browse files
committed
Add a .gitignore file
1 parent 3a0b160 commit 4e5d9ad

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

.gitignore

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

0 commit comments

Comments
 (0)