summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorPaul Holzinger <pholzing@redhat.com>2023-03-03 16:00:24 +0100
committerPaul Holzinger <pholzing@redhat.com>2023-03-06 15:35:20 +0100
commita8cff4d9eb1bdf6763f6cb8ef3b97c8c31056533 (patch)
tree2f8d095d60a8cb32bfcce6d907de1362c75b2f60 /.gitignore
parent8dc8c96793f32f22ce64a6579ad8dc83fd68f04c (diff)
Fix dhcp-proxy build
The directory src/proto-build needs to exists in order for it to build. Just create a empty file in git to have the checked into git and make sure to exclude the generted file from the git historie with gitignore. Signed-off-by: Paul Holzinger <pholzing@redhat.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index aa09bb5..13d48d5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ targets/
netavark.1
vendor/
.idea/*
+src/proto-build/netavark_proxy.rs