]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - .gitignore
- apply rc-scripts-modprobe-cache.patch and rc-scripts-selinuxfs.patch patches from...
[projects/rc-scripts.git] / .gitignore
index a8caac8c287cd13ee559a99b2c8252dc3531a8f3..6337d3ca400faed9cbe009005aff77f8415408c9 100644 (file)
@@ -1,34 +1,63 @@
-Makefile
+# http://www.gnu.org/software/automake
 Makefile.in
+
+# http://www.gnu.org/software/autoconf
+/autom4te.cache
+/aclocal.m4
+/compile
+/configure
+/depcomp
+/install-sh
+/missing
+
+# https://raw.github.com/github/gitignore/master/Global/vim.gitignore
+*.s[a-w][a-z]
+*.un~
+Session.vim
+.netrwhist
 *~
+
+ChangeLog
+Makefile
 *.bak
 rc-scripts.spec
 config.guess
 config.sub
 ltmain.sh
 config.h.in
-configure
 config.log
 config.h
 config.cache
 libtool
-compile
 config.status
 stamp-h
 stamp-h.in
 rc-scripts-*.tar.gz
-aclocal.m4
 ltconfig
 intl
 ABOUT-NLS
 .deps
-aclocal.m4
 configure.scan
-missing
 mkinstalldirs
 stamp.h
 version.h
-install-sh
-depcomp
-autom4te.cache
-
+/po/*.gmo
+/po/rc-scripts.pot
+/src/stamp-h1
+src/*.o
+src/consoletype
+src/doexec
+src/genhostid
+src/getkey
+src/initlog
+src/ipcalc
+src/loglevel
+src/minilogd
+src/netreport
+src/ppp-watch
+src/resolvesymlink
+src/run-parts
+src/setuidgid
+src/start-stop-daemon
+src/usernetctl
+src/usleep
This page took 0.088572 seconds and 4 git commands to generate.