]> git.mdlowis.com Git - proto/labwc.git/commitdiff
exclude IDE settings in .gitignore
authorJohn Lindgren <john@jlindgren.net>
Thu, 18 Apr 2024 03:07:50 +0000 (23:07 -0400)
committerJohan Malm <johanmalm@users.noreply.github.com>
Thu, 18 Apr 2024 20:51:25 +0000 (21:51 +0100)
.cache/ is created by Visual Studio Code
*.user are files created by Qt Creator

.gitignore

index 3819313818f61d9121ab2ec8c244aeab43041edf..3e87d93adc954334bfeb5f6b2a92340daad9ab2c 100644 (file)
@@ -1,2 +1,9 @@
+# VS Code cache
+.cache
+
+# vim swap files
 *.swp
 *.swo
+
+# Qt Creator settings
+*.user