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 /src | |
| parent | 25a2e8ebaf3146187d4577653cf738b839f7d8b6 (diff) | |
gitignore: ignore more generated VC Makefiles
Diffstat (limited to 'src')
| -rw-r--r-- | src/.gitignore | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/.gitignore b/src/.gitignore index 2207afdfa..77e8909f2 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -1,9 +1,7 @@ *.a *.nlm *.res -Makefile.vc10.dist -Makefile.vc8.dist -Makefile.vc9.dist +Makefile.vc*.dist config-win32.h curl curl_config.h |
