summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-10 00:46:56 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-10 00:46:56 +0100
commit4c7ca1a222d5c053b52a9ca4b308ace9305adeb3 (patch)
tree23639dfff33a4fd5429c01be0308d9d2e1828ed4 /.gitignore
parent2cc7f015538792d0b7452bd42f1ddb9c5bde93b1 (diff)
downloadlibgphoto2-4c7ca1a222d5c053b52a9ca4b308ace9305adeb3.tar.gz
gitignore: Fix pattern for .vscode/ directories
The vscode documentation[1] says that the editor use a directory named ".vscode", not "+.vscode". ".vscode" is also what the original commit[2] in pull request 100[3] contained. However, commit e9fafcd89d3e88767670800f684c58eee727b84f probably contained a cut and paste error and added the ignore pattern for directories called "+.vscode". [1]: https://code.visualstudio.com/docs/editor/workspaces [2]: https://github.com/gphoto/libgphoto2/pull/100/commits/d8ff05da8cf5c4790c6e8f0dd4dda34b382ec585 [3]: https://github.com/gphoto/libgphoto2/pull/100
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 9b0b49feb..6d8e87157 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,8 +34,9 @@
# Debug files
*.dSYM/
-# backup files
+# editor backup files and other editor specific artefacts
*~
+.vscode/
# auto generated files
*.pc
@@ -145,6 +146,5 @@ Makefile.in
/tests/test-pedantic-cxx17
/tests/test-pedantic-cxx20
/tests/test-pedantic-cxx98
-+.vscode/
/tmpwrk*/