Commit 34e6d0cac0246351fcaccc42b22d360c36d837b5
1 parent
b172d436
Exists in
master
Update .gitignore
Showing
1 changed file
with
4 additions
and
1 deletions
Show diff stats
.gitignore
1 | +# Project User Files | ||
2 | +*.pro.user | ||
3 | + | ||
1 | # Compiled Object files | 4 | # Compiled Object files |
2 | *.slo | 5 | *.slo |
3 | *.lo | 6 | *.lo |
@@ -21,4 +24,4 @@ | @@ -21,4 +24,4 @@ | ||
21 | *.app | 24 | *.app |
22 | 25 | ||
23 | #Build directories | 26 | #Build directories |
24 | -./build-* | ||
25 | \ No newline at end of file | 27 | \ No newline at end of file |
28 | +./build-* |