diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-05 14:49:25 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-05 14:49:25 -0500 |
commit | 218babb8590baa589501d621616898f3ab4abb35 (patch) | |
tree | afcbcd2a1b4ac805bbe2419286fb1123fd47aea3 | |
parent | 40c6067eb67f28d207cf57f8ba2fc549315827b5 (diff) |
add comment
-rwxr-xr-x | init.d/50vcs-ignore | 7 |
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 |