git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
516dfb8
)
.gitignore: ignore Visual Studio's temporary/generated files
author
Johannes Schindelin
<redacted>
Mon, 29 Jul 2019 20:08:15 +0000
(13:08 -0700)
committer
Junio C Hamano
<redacted>
Mon, 29 Jul 2019 21:51:43 +0000
(14:51 -0700)
Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index e7bb15d301e56a415fb6f7080eb2aec8f5a69e16..fcfb708b9e62dc846aedbc45a0fee207622ceb64 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-233,4
+233,7
@@
*.manifest
Debug/
Release/
+/UpgradeLog*.htm
+/git.VC.VC.opendb
+/git.VC.db
*.dSYM
git clone https://git.99rst.org/PROJECT