diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-09-03 23:35:41 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-09-03 23:35:41 +0200 |
commit | 82db076d9f8a5473a2e3ba3e1154b50f3bd03180 (patch) | |
tree | 6f32307f162a762feda78d8460c6ead174e69621 /lib | |
parent | 25a2e8ebaf3146187d4577653cf738b839f7d8b6 (diff) |
gitignore: ignore more generated VC Makefiles
Diffstat (limited to 'lib')
-rw-r--r-- | lib/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/.gitignore b/lib/.gitignore index 965c5598d..b23f265d7 100644 --- a/lib/.gitignore +++ b/lib/.gitignore @@ -4,9 +4,7 @@ *.orig *.rej *.res -Makefile.vc10.dist -Makefile.vc8.dist -Makefile.vc9.dist +Makefile.vc*.dist TAGS curl_config.h curl_config.h.in |