]> git.pld-linux.org Git - projects/rc-scripts.git/blob - .gitignore
1c2f343d272ed33c034fa66a062676d17a2e9555
[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 # https://raw.github.com/github/gitignore/master/Global/vim.gitignore
14 *.s[a-w][a-z]
15 *.un~
16 Session.vim
17 .netrwhist
18 *~
19
20 Makefile
21 *.bak
22 rc-scripts.spec
23 config.guess
24 config.sub
25 ltmain.sh
26 config.h.in
27 config.log
28 config.h
29 config.cache
30 libtool
31 config.status
32 stamp-h
33 stamp-h.in
34 rc-scripts-*.tar.gz
35 ltconfig
36 intl
37 ABOUT-NLS
38 .deps
39 configure.scan
40 mkinstalldirs
41 stamp.h
42 version.h
43 /po/*.gmo
44 /src/stamp-h1
45 src/*.o
46 src/consoletype
47 src/doexec
48 src/genhostid
49 src/getkey
50 src/initlog
51 src/ipcalc
52 src/loglevel
53 src/minilogd
54 src/netreport
55 src/ppp-watch
56 src/resolvesymlink
57 src/run-parts
58 src/setuidgid
59 src/start-stop-daemon
60 src/usernetctl
61 src/usleep
This page took 0.028316 seconds and 3 git commands to generate.