diff options
author | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-12 11:12:16 +0100 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2011-11-14 13:34:45 +0100 |
commit | 36a9cdfcd625f003e50b6077d12e720c66cf6c77 (patch) | |
tree | 772227395ad70d86e8e2cc0fa57cc90504070942 /.gitignore | |
parent | 4cfbae815230bc7509ce927e45f409fcbf12821c (diff) |
git: Ignore vi files (.swp, .swo)
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,3 +50,7 @@ doc/html.tar src/crc*gen.c include/osmocom/core/crc*gen.h + + +# vi files +*.sw? |