Skip to content

Commit f4f669c

Browse files
author
Kent Yoder
committed
add .gitignore file
Signed-off-by: Kent Yoder <key@linux.vnet.ibm.com>
1 parent 3bca4e6 commit f4f669c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

‎.gitignore

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
*~
2+
*.o
3+
*.lo
4+
Makefile
5+
Makefile.in
6+
*.3
7+
*.8
8+
ABOUT-NLS
9+
aclocal.m4
10+
autom4te.cache
11+
config.guess
12+
config.h.in
13+
config.rpath
14+
config.sub
15+
configure
16+
cscope.out
17+
depcomp
18+
install-sh
19+
ltmain.sh
20+
m4
21+
missing
22+
po
23+

0 commit comments

Comments
 (0)