12 lines
133 B
Plaintext
12 lines
133 B
Plaintext
# Ignore everything
|
|
*
|
|
|
|
# But not these files...
|
|
!.gitignore
|
|
!make.conf
|
|
!buildkernel.sh
|
|
|
|
# ...even if they are in subdirectories
|
|
!*/
|
|
|