Skip to content

Commit aa2ae72

Browse files
committed
Fixed output directory
1 parent c5e461d commit aa2ae72

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# http://stackoverflow.com/questions/2143956/gitignore-for-visual-studio-projects-and-solutions
1+
Dist/*.dll
2+
Dist/*.exe
23

3-
Dist/
44
Src/*.suo
55
Src/**/[Bb]in/
66
Src/**/[Oo]bj/

Dist/readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Compiled files will be placed here

0 commit comments

Comments
 (0)