projects
/
graphviz
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
050934c
)
Ignore all debug folder generated by Visual Studio.
author
Erwin Janssen
<erwinjanssen@outlook.com>
Sat, 11 Jun 2016 23:01:40 +0000
(
01:01
+0200)
committer
Erwin Janssen
<erwinjanssen@outlook.com>
Sat, 11 Jun 2016 23:01:40 +0000
(
01:01
+0200)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index e00f07a6d21b0885b202a20852c50ba83b2ee542..56e7d0d2f586d440abbb757b5f59141a0477ebfb 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-205,4
+205,7
@@
windows/build/graphviz.wxs
# Ignore Visual Studio DB files
*.VC.db
-*.VC.opendb
\ No newline at end of file
+*.VC.opendb
+
+# Ignore Debug folders generated by Visual Studio
+**/Debug/**
\ No newline at end of file