Editing .gitignore to remove qmlc files

This commit is contained in:
samcake 2017-09-01 09:27:49 -07:00
parent 59c980894e
commit 3695cd6164

3
.gitignore vendored
View file

@ -54,3 +54,6 @@ TAGS
# ignore node files for the console
node_modules
npm-debug.log
# ignore qmlc files generated from qml as cache
*.qmlc