limine-install: Add local .gitignore

This commit is contained in:
mintsuki 2021-05-28 15:57:34 +02:00
parent bcdf5baaa9
commit 187576393c
3 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ jobs:
run: make -C limine-install clean
- name: Copy limine-install to bin
run: cp limine-install/* bin/
run: cp limine-install/* limine-install/.gitignore bin/
- name: Copy LICENSE to bin
run: cp LICENSE.md bin/

1
.gitignore vendored
View File

@ -1,4 +1,3 @@
/limine-install/limine-install
/bin
/build
/toolchain

1
limine-install/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
limine-install