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.
This commit is contained in:
Brian 2013-12-22 21:27:29 -07:00
parent 3877187da0
commit 003c8a1157
2 changed files with 3 additions and 2 deletions

3
code/.gitignore vendored
View File

@ -1,5 +1,3 @@
[Bb]in/
# C++ objects and libs
*.slo
@ -11,6 +9,7 @@
*.so
*.dll
*.dylib
*.pdb
# Qt-es

2
code/bin/.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
[Dd]ebug/
[Rr]elease/