diff options
author | Joe Robinson <joe@lc8n.com> | 2017-04-14 19:10:35 +0200 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2017-04-14 19:10:35 +0200 |
commit | cb1429328b11e1acef99e4c5730e55e3384b19fd (patch) | |
tree | 8a01ebe3f821c00789ebe584c88cf780e78a671b /.gitignore | |
parent | 1cfbc4f6db7bef68ff0d620c48a73ba0934a8dea (diff) |
Add gitignore to ignore compiledd QML files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86950b3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.qmlc |