Skip to content

Commit 2d842da

Browse files
committed
Add last_build* to .gitignore
1 parent 3667026 commit 2d842da

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
.env
22
build.sh.log
33
dynamic_data/*
4-
last_build_date.txt
5-
last_build_date_lts.txt
4+
last_build_date*.txt
65
software/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,13 @@ git log ${TAG_CREATED_FROM}..HEAD | grep '^ ' | trim
5252

5353
### Added in unreleased
5454

55+
* Added arguments to [run the iso](run_iso.sh) script, check out `run_iso.sh`
56+
* Added environment variable `ISO_BOOT_TYPE` to prevent question about "uefi or bios" when try to [run the iso](run_iso.sh)
57+
* Added `last_build_date*.txt` to [gitignore](.gitignore)
58+
5559
### Changed in unreleased
5660

61+
5762
## [3.1.0](https://github.com/stevleibelt/arch-linux-live-cd-iso-with-zfs/tree/3.1.0) - 20250207
5863

5964
### Added in 3.1.0

0 commit comments

Comments
 (0)