Commit 34e6d0cac0246351fcaccc42b22d360c36d837b5

Authored by Eric Menezes Noronha
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 4 # Compiled Object files
2 5 *.slo
3 6 *.lo
... ... @@ -21,4 +24,4 @@
21 24 *.app
22 25  
23 26 #Build directories
24   -./build-*
25 27 \ No newline at end of file
  28 +./build-*
... ...