Update .gitignore to exclude http/ and tftp/ directories but keep boot.ipxe configuration
This commit is contained in:
9
.gitignore
vendored
9
.gitignore
vendored
@@ -1,6 +1,13 @@
|
||||
# Build artifacts
|
||||
# Build artifacts and generated files
|
||||
build/
|
||||
images/
|
||||
|
||||
# Boot file artifacts (but keep boot.ipxe configuration)
|
||||
http/*
|
||||
!http/boot.ipxe
|
||||
tftp/
|
||||
|
||||
# Generated metadata
|
||||
*.img
|
||||
filesystem.squashfs
|
||||
version.txt
|
||||
|
||||
Reference in New Issue
Block a user