diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-02-13 23:40:30 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-02-13 23:40:30 -0500 |
commit | ec0218e86b32dd80d8cb4e5a69ea7d7c9b5f4ad6 (patch) | |
tree | 0d62e0ba272f656b8f36e6c5ad4e789a08c8ade1 /update-ignore.d/README | |
parent | 62bd8959418ca26c8b8e45561f4dba71758b0ec3 (diff) |
ignore file update support
* etckeeper update-ignore will automatically update the VCS ignore
file, only touching the part inside a "managed by etckeeper"
comment block.
* Run etckeeper update-ignore on upgrade.
Diffstat (limited to 'update-ignore.d/README')
-rw-r--r-- | update-ignore.d/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update-ignore.d/README b/update-ignore.d/README new file mode 100644 index 0000000..a573135 --- /dev/null +++ b/update-ignore.d/README @@ -0,0 +1,2 @@ +Executable files in this directory are run to update the VCS ignore file, +or create it if it does not exist. |