summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorphilippe colliot <philippe.colliot@mpsa.com>2014-04-14 09:41:15 +0200
committerphilippe colliot <philippe.colliot@mpsa.com>2014-04-14 09:41:15 +0200
commit210f87288e237539d43eac3333364f86c855fa0b (patch)
tree980824e3ba38b4ebf6eac42ea0b08775bfa4702d /.gitignore
downloadpoi-service-210f87288e237539d43eac3333364f86c855fa0b.tar.gz
first commit after renaming the repository
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..0730a5b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+#folders used for building the code
+*-debug/
+*-release/
+bin/
+
+#files
+*~
+*.pro.user
+
+/.project