summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPhilip Oakley <philipoakley@iee.org>2019-07-29 20:08:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-07-29 21:51:43 (GMT)
commit516dfb84163ba5317eba0ad3103267986c9e4ae2 (patch)
treec7b8ac69cde9709b94e2f94698aaa2735b7b4a08 /.gitignore
parentb18ae14a8f6da9a04d0a6e4698d8ccea4afb546d (diff)
downloadgit-516dfb84163ba5317eba0ad3103267986c9e4ae2.zip
git-516dfb84163ba5317eba0ad3103267986c9e4ae2.tar.gz
git-516dfb84163ba5317eba0ad3103267986c9e4ae2.tar.bz2
.gitignore: touch up the entries regarding Visual Studio
Add the Microsoft .manifest pattern, and do not anchor the 'Debug' and 'Release' entries at the top-level directory, to allow for multiple projects (one per target). Signed-off-by: Philip Oakley <philipoakley@iee.org> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index e096e0a..e7bb15d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -230,6 +230,7 @@
*.ipdb
*.dll
.vs/
-/Debug/
-/Release/
+*.manifest
+Debug/
+Release/
*.dSYM