This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, next has been updated via 04d63eb482dcff767aaefe6d9cffc50d9ab05b87 (commit) from 6b4174133a4cad58db3570d1cd1a16b243d4da84 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 04d63eb482dcff767aaefe6d9cffc50d9ab05b87 Author: Arne Fitzenreiter arne_f@ipfire.org Date: Wed May 23 19:33:12 2018 +0200
gitignore: add img.xz to ignore list
-----------------------------------------------------------------------
Summary of changes: .gitignore | 1 + 1 file changed, 1 insertion(+)
Difference in files: diff --git a/.gitignore b/.gitignore index 0215a60e6..7babe0405 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ /tmp /*.diff *.img.gz +*.img.xz *.iso *.tar.bz2 /*.md5
hooks/post-receive -- IPFire 2.x development tree