summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2022-01-26 18:03:23 +0100
committerPaul Holzinger <pholzing@redhat.com>2022-01-26 20:40:28 +0100
commitef9a0359af2ceec82611c2ff5512b7551d8a5f38 (patch)
tree1bf007e9742fcf19ab68082eb5207b220356a709 /.gitignore
parent4c0ff54ab5f4ee6bf6b09538d9fa981bffe38885 (diff)
add version command
Add version command to get the version, commit sha, build time and the rust target triple. 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 c451518..b1e6198 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
-bin/
+/bin/
target/
targets/
*.swp
netavark.1
vendor/winapi*gnu*/lib/*.a
+vendor/**/*.dll