summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorphilippe colliot <philippe.colliot@mpsa.com>2014-03-12 17:57:06 +0100
committerphilippe colliot <philippe.colliot@mpsa.com>2014-03-12 17:57:06 +0100
commitc811875b15be0583a5009c8f1fd240ca963feb95 (patch)
treee21c9bdf208e8bf48e36601a3002675bfd81019d /.gitignore
downloadnavigation-c811875b15be0583a5009c8f1fd240ca963feb95.tar.gz
add a gitignore at the top level
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..99b81d0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+#folders
+*-debug/
+*-release/
+/.project
+
+#files
+*~
+*.pro.user
+
+