git: Add VSCode workspace config to gitignore
[quassel.git] / .gitignore
index 8a2a0de..13d4980 100644 (file)
@@ -1,8 +1,11 @@
-build*
-*.pyc
-tags
+/.cache
+/.kdev4
 /.idea
+/.vscode
+/build*
 /cmake-build-*
+*.pyc
+tags
 
 # Qt Creator configuration
-CMakeLists.txt.user
+CMakeLists.txt.user*