17317a81ab
* Update Linux kernel to 6.1.13. * Update PPSSPP. * Fix jelos-info hang if temp device doesn't exist.
47 lines
471 B
Text
47 lines
471 B
Text
* text=auto eol=lf
|
|
*.patch -text
|
|
|
|
# build directorys
|
|
/build.*
|
|
/.fakeroot.*
|
|
/.egg_cache
|
|
/.ccache-*
|
|
/.env
|
|
/.ant
|
|
|
|
# automatically downloaded source files
|
|
/sources/
|
|
/.stamps/
|
|
|
|
# prebuild target binarys to provide
|
|
/target/
|
|
|
|
# options
|
|
.jelos
|
|
|
|
# private working directory
|
|
/.work/
|
|
|
|
# dedicated filesystem
|
|
/lost+found/
|
|
|
|
# symlinks...
|
|
/sources*
|
|
/.work
|
|
|
|
# Go cache
|
|
/.cache
|
|
|
|
# backup files
|
|
*.orig
|
|
*.rej
|
|
|
|
# vim swap files
|
|
*.swp
|
|
|
|
# crap
|
|
.DS_Store
|
|
.directory
|
|
|
|
# release images
|
|
release/
|