]> git.pld-linux.org Git - projects/rc-scripts.git/blob - .gitignore
.gitignore: fix typo in ChangeLog file name
[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 ChangeLog
21 Makefile
22 *.bak
23 rc-scripts.spec
24 config.guess
25 config.sub
26 ltmain.sh
27 config.h.in
28 config.log
29 config.h
30 config.cache
31 libtool
32 config.status
33 stamp-h
34 stamp-h.in
35 rc-scripts-*.tar.gz
36 ltconfig
37 intl
38 ABOUT-NLS
39 .deps
40 configure.scan
41 mkinstalldirs
42 stamp.h
43 version.h
44 /po/*.gmo
45 /src/stamp-h1
46 src/*.o
47 src/consoletype
48 src/doexec
49 src/genhostid
50 src/getkey
51 src/initlog
52 src/ipcalc
53 src/loglevel
54 src/minilogd
55 src/netreport
56 src/ppp-watch
57 src/resolvesymlink
58 src/run-parts
59 src/setuidgid
60 src/start-stop-daemon
61 src/usernetctl
62 src/usleep
This page took 0.125225 seconds and 4 git commands to generate.