diff options
author | Christian Breunig <christian@breunig.cc> | 2025-03-16 20:05:31 +0100 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2025-03-18 16:19:39 +0100 |
commit | 2283f97b36cfbc28fac0341337956ce898ff942a (patch) | |
tree | 61b9801d79d0aac871189b74cdc1973ec9952546 /.gitignore | |
parent | b35cbd8363f08b49ea0763ffb6eb22d4d945d7e3 (diff) | |
download | vyos-build-2283f97b36cfbc28fac0341337956ce898ff942a.tar.gz vyos-build-2283f97b36cfbc28fac0341337956ce898ff942a.zip |
T861: add .build/config and config/ to .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ +.build/config build/* +config/* *.pyc packer_build/* packer_cache/* |