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:
parent
3877187da0
commit
003c8a1157
|
@ -1,5 +1,3 @@
|
|||
[Bb]in/
|
||||
|
||||
# C++ objects and libs
|
||||
|
||||
*.slo
|
||||
|
@ -11,6 +9,7 @@
|
|||
*.so
|
||||
*.dll
|
||||
*.dylib
|
||||
*.pdb
|
||||
|
||||
# Qt-es
|
||||
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
[Dd]ebug/
|
||||
[Rr]elease/
|
Loading…
Reference in New Issue