summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2021-09-22 14:24:28 +0200
committerPaul Holzinger <pholzing@redhat.com>2021-09-22 14:25:16 +0200
commit486b145dca4fcb7c9eaab6107ced378c20774a98 (patch)
tree8a2bc1cbde5b5746c9f33679cae0636b8acd0437 /.gitignore
parentb2d9c4df4d5047143eee7fdd47003098a2160c6f (diff)
add target directory to gitignore
My IDE writes some tmp files in there. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ba077a4..fb60f67 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-bin
+bin/
+target/