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/
|
build/
|
||||||
images/
|
images/
|
||||||
|
|
||||||
|
# Boot file artifacts (but keep boot.ipxe configuration)
|
||||||
|
http/*
|
||||||
|
!http/boot.ipxe
|
||||||
|
tftp/
|
||||||
|
|
||||||
|
# Generated metadata
|
||||||
*.img
|
*.img
|
||||||
filesystem.squashfs
|
filesystem.squashfs
|
||||||
version.txt
|
version.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user