https://git.reactos.org/?p=reactos.git;a=commitdiff;h=6458e12ffee13c36e46004...
commit 6458e12ffee13c36e46004ad5ef01c44a5401a19 Author: BieHDC 43303168+BieHDC@users.noreply.github.com AuthorDate: Sun Sep 16 16:05:15 2018 +0200 Commit: Hermès BÉLUSCA - MAÏTO hermes.belusca-maito@reactos.org CommitDate: Sun Sep 16 16:05:15 2018 +0200
[GITIGNORE] Ignore [boot|live|hybrid]cd_extras (#866)
Exclude [boot|live|hybrid]cd_extras from git as well since they are not part of the source code itself. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore index a9817100ac..1e7e8dc7bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ output-* modules/optional +modules/bootcd_extras +modules/livecd_extras +modules/hybridcd_extras