diff options
author | Alan Somers <asomers@gmail.com> | 2021-10-03 13:41:51 -0600 |
---|---|---|
committer | Alan Somers <asomers@gmail.com> | 2021-10-03 13:41:51 -0600 |
commit | cc1528c1b6a3f96c4cc571b02d2ff585e3ffaed1 (patch) | |
tree | 106bbd64d46e60a6c90b1ecb0ed1349e3039da8e | |
parent | 50b4865f4b8348921ad378f00893334ee97bec24 (diff) | |
download | nix-cc1528c1b6a3f96c4cc571b02d2ff585e3ffaed1.zip |
[skip ci] make .gitignore work better when target is a symlink
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ syntax: glob Cargo.lock -target/ +target *.diff *.rej *.orig |