summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-07-09 22:25:45 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-09 22:25:45 (GMT)
commit88b10757593ab47354a3c9d191d7c03d584a40cf (patch)
tree363afdfa16b666e9d81cd254a9466e9a2e571cfc /.gitignore
parent6624e07b36c97e04ba68c8310a70bc69433e187e (diff)
parent54b6110a9b2e11847e62d36f64ef80fd38009772 (diff)
downloadgit-88b10757593ab47354a3c9d191d7c03d584a40cf.zip
git-88b10757593ab47354a3c9d191d7c03d584a40cf.tar.gz
git-88b10757593ab47354a3c9d191d7c03d584a40cf.tar.bz2
Merge branch 'jh/msvc'
Support to build with MSVC has been updated. * jh/msvc: msvc: ignore .dll and incremental compile output msvc: avoid debug assertion windows in Debug Mode msvc: do not pretend to support all signals msvc: add pragmas for common warnings msvc: add a compile-time flag to allow detailed heap debugging msvc: support building Git using MS Visual C++ msvc: update Makefile to allow for spaces in the compiler path msvc: fix detect_msys_tty() msvc: define ftello() msvc: do not re-declare the timespec struct msvc: mark a variable as non-const msvc: define O_ACCMODE msvc: include sigset_t definition msvc: fix dependencies of compat/msvc.c mingw: replace mingw_startup() hack obstack: fix compiler warning cache-tree/blame: avoid reusing the DEBUG constant t0001 (mingw): do not expect a specific order of stdout/stderr Mark .bat files as requiring CR/LF endings mingw: fix a typo in the msysGit-specific section
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 4032614..e096e0a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -225,6 +225,11 @@
*.user
*.idb
*.pdb
+*.ilk
+*.iobj
+*.ipdb
+*.dll
+.vs/
/Debug/
/Release/
*.dSYM