diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-02-15 15:28:09 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-02-15 15:28:09 +0100 |
commit | 542512a3e5582ad6630aac0f05dddcdef1558031 (patch) | |
tree | 1a8b9f35bc888ea544891d8dcac9955cce7acbf4 /.gitignore | |
parent | b75d09d42b4fb277071afd166c8a394a8b6e0fda (diff) | |
download | vim-git-542512a3e5582ad6630aac0f05dddcdef1558031.tar.gz |
updated for version 7.3.122v7.3.122
Problem: Having auto/config.mk in the repository causes problems.
Solution: Remove auto/config.mk from the distribution. In the toplevel
Makefile copy it from the "dist" file.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 676cd4ec6..d65e8a2fb 100644 --- a/.gitignore +++ b/.gitignore @@ -5,14 +5,15 @@ 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 +# We do need src/auto/configure. src/auto/config.aap src/auto/config.cache src/auto/config.h src/auto/config.log +src/auto/config.mk src/auto/config.status src/auto/configure.aap +src/auto/osdef.h src/auto/link.log src/auto/link.sed src/auto/pathdef.c |