diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 13:35:33 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2011-09-15 13:41:41 +0200 |
commit | d6df18261f683affd28ae30f88597a03a4b5d7a6 (patch) | |
tree | f4708045fd01d596bdb48207e217dabd1f696eec /.gitignore | |
parent | e4e6f8027157b14425904d67243bba241ce740f9 (diff) |
.gitignore: Thighten rule. Also ignore editor backup files.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,2 +1,3 @@ *~ -.ikiwiki + +/.ikiwiki*/ |