summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-05 14:49:25 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-05 14:49:25 -0500
commit218babb8590baa589501d621616898f3ab4abb35 (patch)
treeafcbcd2a1b4ac805bbe2419286fb1123fd47aea3 /init.d
parent40c6067eb67f28d207cf57f8ba2fc549315827b5 (diff)
add comment
Diffstat (limited to 'init.d')
-rwxr-xr-xinit.d/50vcs-ignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/init.d/50vcs-ignore b/init.d/50vcs-ignore
index 5c7aa78..1b6441a 100755
--- a/init.d/50vcs-ignore
+++ b/init.d/50vcs-ignore
@@ -81,9 +81,6 @@ elif [ "$LOWLEVEL_PACKAGE_MANAGER" = "pacman-g2" ]; then
nl
fi
-ignore "*~"
-nl
-
comment "mount(8) records system state here, no need to store these"
ignore blkid.tab
ignore blkid.tab.old
@@ -98,3 +95,7 @@ ignore network/run
ignore adjtime
ignore lvm/cache
nl
+
+comment "editor backup files"
+ignore "*~"
+nl