summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.hgignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100755
index 0000000..2b30271
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,29 @@
+# This file is used to ignore files which are generated in the Qt build system
+# ----------------------------------------------------------------------------
+
+syntax: glob
+
+*~
+*.a
+*.la
+*.pc
+*.core
+*.moc
+*.o
+*.obj
+*.orig
+*.swp
+*.rej
+*.pbxuser
+*.mode1
+*.mode1v3
+*.qch
+*.prl
+*.app
+moc_*.cpp
+tags
+Makefile
+.DS_Store
+build
+src/corelib/global/qconfig.h.qmake
+*.perspectivev*