diff options
author | Steph Enders <steph@senders.io> | 2023-03-30 00:05:41 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-03-30 00:05:41 -0400 |
commit | b7e4cfa9d3e362c35e6521ed3c8003b0ea0d4b32 (patch) | |
tree | 97dc3145a4a95001448c8e40f46d3e916dbc6f37 | |
parent | 44025b14e012574c4cb4843aaec17c2dd0f71c59 (diff) |
Ignore .stowrc - this shouldn't be "universal"
.stowrc file is a local configuration specific to this repository. It
should not get copied over to home directory
-rw-r--r-- | .stowrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,4 +4,5 @@ --ignore='\.git' --ignore=README\.org --ignore=LICENSE +--ignore=\.stowrc --verbose |