From 003c8a11572ae72ae49d1c1aebe2441dfd5b553f Mon Sep 17 00:00:00 2001 From: Brian Date: Sun, 22 Dec 2013 21:27:29 -0700 Subject: [PATCH] Added bin to repo. This is where you put debug/release when configuring your user file. To make is obvious where the debug/release goes, I put a bin folder in code that's for testing out of. --- code/.gitignore | 3 +-- code/bin/.gitignore | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 code/bin/.gitignore diff --git a/code/.gitignore b/code/.gitignore index fcb5119..a3520d6 100644 --- a/code/.gitignore +++ b/code/.gitignore @@ -1,5 +1,3 @@ -[Bb]in/ - # C++ objects and libs *.slo @@ -11,6 +9,7 @@ *.so *.dll *.dylib +*.pdb # Qt-es diff --git a/code/bin/.gitignore b/code/bin/.gitignore new file mode 100644 index 0000000..4de29e4 --- /dev/null +++ b/code/bin/.gitignore @@ -0,0 +1,2 @@ +[Dd]ebug/ +[Rr]elease/