diff options
author | Chris Down <chris@chrisdown.name> | 2019-04-14 08:29:10 +0100 |
---|---|---|
committer | Chris Down <chris@chrisdown.name> | 2019-04-14 08:29:37 +0100 |
commit | a75411567e6670a1ce37f0db5d7d79bd19a21d3b (patch) | |
tree | 351aca7286f9a9d9cfd40ca14feedf53246a6de6 /.gitignore | |
parent | 7b813ea06d035c845e85981213c3c4205ffa04d4 (diff) |
gitignore: Ignore autogenerated version.h
It looks to me like this is also worthy of ignoring, since it's
autogenerated at make time.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ config.h +version.h *.d *.o sxiv |