aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2018-07-17 16:57:47 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2018-07-17 16:57:47 +0200
commit4abf36765fb5067fac704e61d4c914e68e290421 (patch)
tree2f18160f66cd563a05c0d8f794a25492370c79b2 /.gitignore
parentFix version.h.in (diff)
downloadsmolbote-4abf36765fb5067fac704e61d4c914e68e290421.tar.xz
Update .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore17
1 files changed, 17 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..b12cae4
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,17 @@
+# clion
+cmake-build-*
+.idea
+
+# kdevelop
+build*
+*.kdev4
+
+# qtcreator
+*.user
+
+lang/*.qm
+test/plugins.d
+
+3rd-party/*/.git
+3rd-party/*/examples
+