summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-02-02 11:32:49 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2015-02-06 11:57:03 +0200
commit8e88abe415aac6efa531ad77d8a82be5de14e6d7 (patch)
treec9fe637bb45d5b4bc3e97039ecae0e84c31fd826 /.gitignore
parente1b902aa15baf0147e92b7236df7517036d1be2d (diff)
Add .gitignore file
b2qt-utils module is growing and manually ignoring generated files has become more cumbersome. Change-Id: I2ce6a416b84e37593250f844a987416b14fd1ce9 Reviewed-by: Laszlo Agocs <laszlo.agocs@theqtcompany.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore9
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..e864cc7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.moc
+*.obj
+*.pro.user*
+*.qmlproject.user*
+Makefile*
+.qmake.cache
+
+# Vim temporary files
+.*.swp