diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:03:21 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-14 18:03:21 (EDT) |
commit | d008a58aa85e125389a69b845b335ab1c4396e2a (patch) | |
tree | ebb9e95df1f1e0ccfaeda838b4e31d529be8d983 | |
parent | 8584652ba6bdcaf836ce6be313fd8f2a97b9a17f (diff) |
.gitignore: Fix ignorance of upstream source dirs
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ * !.gitignore -!*/ +!debian/ !debian/* |