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 | |
parent | 25a2e8ebaf3146187d4577653cf738b839f7d8b6 (diff) |
gitignore: ignore more generated VC Makefiles
-rw-r--r-- | lib/.gitignore | 4 | ||||
-rw-r--r-- | src/.gitignore | 4 |
2 files changed, 2 insertions, 6 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 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 |