Browse Source

gitignore: Ignore autogenerated version.h

It looks to me like this is also worthy of ignoring, since it's
autogenerated at make time.
master
Chris Down 5 years ago
parent
commit
a75411567e
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitignore

+ 1
- 0
.gitignore View File

@@ -1,4 +1,5 @@
config.h
version.h
*.d
*.o
sxiv

Loading…
Cancel
Save