]> git.pld-linux.org Git - projects/rc-scripts.git/blob - .gitignore
update vim ignores
[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
This page took 0.053682 seconds and 4 git commands to generate.