diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-28 20:54:39 +0200 |
commit | 1d68952a3eeb40efc5568d99d0b2dd37960975e7 (patch) | |
tree | 59c8eda2101b9544bb48b8c690ef5e1d4fcbb21a /.gitignore | |
parent | 167632fcddd32656a737fa5568504fff12d04f70 (diff) | |
download | vim-git-1d68952a3eeb40efc5568d99d0b2dd37960975e7.tar.gz |
Runtime file updates.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2fe2d985a..a0d4f33f1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,8 @@ *.o src/vim src/xxd/xxd +src/auto/if_perl.c +src/tags # We do need src/auto/configure and src/auto/config.mk. src/auto/osdef.h @@ -36,4 +38,5 @@ gvimext.lib *.rej *.orig *.mo +*.swp *~ |