mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-28 15:34:31 +00:00
build: refine .gitignore rules for tools directory
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
parent
3fa7acb116
commit
c09bdee89a
14
.gitignore
vendored
14
.gitignore
vendored
@ -2,20 +2,6 @@ iso_tmp_data
|
|||||||
initrd_tmp_data
|
initrd_tmp_data
|
||||||
initrd/usr/include/*
|
initrd/usr/include/*
|
||||||
!initrd/usr/include/.gitkeep
|
!initrd/usr/include/.gitkeep
|
||||||
tools/*
|
|
||||||
!tools/ExtMemDbg
|
|
||||||
!tools/stage2_eltorito
|
|
||||||
!tools/*.md
|
|
||||||
!tools/README.md
|
|
||||||
!tools/website
|
|
||||||
!tools/Makefile
|
|
||||||
!tools/*.c
|
|
||||||
!tools/*.patch
|
|
||||||
!tools/*.cpp
|
|
||||||
!tools/*.cfg
|
|
||||||
!tools/acpi
|
|
||||||
!tools/doxygen
|
|
||||||
!tools/.gdbinit
|
|
||||||
doxygen-doc
|
doxygen-doc
|
||||||
initrd.tar
|
initrd.tar
|
||||||
.dccache
|
.dccache
|
||||||
|
12
tools/.gitignore
vendored
Normal file
12
tools/.gitignore
vendored
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
*
|
||||||
|
!/acpi
|
||||||
|
!/doxygen
|
||||||
|
!/website
|
||||||
|
!/Makefile
|
||||||
|
!/.gdbinit
|
||||||
|
!/*.c
|
||||||
|
!/*.cpp
|
||||||
|
!/*.cfg
|
||||||
|
!/*.md
|
||||||
|
!/*.patch
|
||||||
|
!/*.gitignore
|
Loading…
x
Reference in New Issue
Block a user