summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2021-03-31 22:02:58 +0200
committerHans Ulrich Niedermann <hun@n-dimensional.de>2021-03-31 22:03:33 +0200
commit095ac0ce2811b2d707bc263f3d56bc069fdca4ed (patch)
tree0f0377de630b83c32927a871d72849cb92c112ca /.gitignore
parentab92666f873dccf9f58edb99984d19a96c132e2f (diff)
downloadlibgphoto2-095ac0ce2811b2d707bc263f3d56bc069fdca4ed.tar.gz
gitignore: Add /tmpwrk*/
The /tmpwkr*/ subdirectories are used by "make distcheck" in a very short term and temporary fashion. They still occasionally show up in "git gui", so we now ignore them.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ae97f1caf..5d67a6b70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -124,3 +124,5 @@ Makefile.in
/tests/test-filesys
/tests/test-gphoto2
+.vscode/
+
+/tmpwrk*/