Permalink
Browse files
Fix up ignore directories
- Loading branch information...
Showing
with
3 additions
and
1 deletion.
-
+3
−1
.gitignore
|
@@ -96,7 +96,6 @@ DocProject/Help/html |
|
|
publish
|
|
|
|
|
|
# Others
|
|
|
-[Bb]in
|
|
|
[Oo]bj
|
|
|
sql
|
|
|
TestResults
|
|
@@ -125,6 +124,9 @@ Thumbs.db |
|
|
# Folder config file
|
|
|
Desktop.ini
|
|
|
|
|
|
+# Build directories
|
|
|
+debug
|
|
|
+release
|
|
|
|
|
|
#############
|
|
|
## Python
|
|
|
0 comments on commit
d23a181