NO-JIRA: Convenience fixes to gitignore
diff --git a/.gitignore b/.gitignore
index 40fa2a5..082a059 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,7 +1,8 @@
 # General
 
-/build/
-/bld/
+/build*/
+/bld*/
+/BLD*/
 *.class
 *.o
 *.d
@@ -48,3 +49,10 @@
 /.vs
 /.vscode
 /CMakeSettings.json
+
+# Kdevelop config
+.kdev4
+*.kdev4
+
+# Gdb history
+.gdb_history