diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 16:37:52 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-06-26 16:38:33 +0200 |
commit | 7a2ab261069b2fddd32d96af2e5eacb475792e39 (patch) | |
tree | e994bd0b180773c8701acd9c22b0356373c884b3 /.gitignore | |
parent | 556f6d19a315775a366755061aa218c6909ca775 (diff) |
.gitignore: Only ignore ./build if it's a directory.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1 +1 @@ -/build +/build/ |