From f56c06582d3e739302b20cea49645d5e3ba07c8d Mon Sep 17 00:00:00 2001 From: Erwin Janssen Date: Sun, 12 Jun 2016 01:01:40 +0200 Subject: [PATCH] Ignore all debug folder generated by Visual Studio. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index e00f07a6d..56e7d0d2f 100644 --- 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 -- 2.50.1