]> git.pld-linux.org Git - projects/rc-scripts.git/blob - .gitignore
update gitgnore from github
[projects/rc-scripts.git] / .gitignore
1 # http://www.gnu.org/software/automake
2 Makefile.in
3
4 # http://www.gnu.org/software/autoconf
5 /autom4te.cache
6 /aclocal.m4
7 /compile
8 /configure
9 /depcomp
10 /install-sh
11 /missing
12
13 Makefile
14 Makefile.in
15 *~
16 *.bak
17 rc-scripts.spec
18 config.guess
19 config.sub
20 ltmain.sh
21 config.h.in
22 config.log
23 config.h
24 config.cache
25 libtool
26 config.status
27 stamp-h
28 stamp-h.in
29 rc-scripts-*.tar.gz
30 ltconfig
31 intl
32 ABOUT-NLS
33 .deps
34 configure.scan
35 mkinstalldirs
36 stamp.h
37 version.h
This page took 0.109168 seconds and 3 git commands to generate.