2022-02-05 14:23:32 +00:00
|
|
|
* text=auto eol=lf
|
|
|
|
*.patch -text
|
|
|
|
|
|
|
|
# build directorys
|
2022-02-12 13:14:14 +00:00
|
|
|
/build.*
|
2022-02-05 14:23:32 +00:00
|
|
|
/.fakeroot.*
|
2022-08-10 21:31:51 +00:00
|
|
|
/.egg_cache
|
2022-02-05 14:23:32 +00:00
|
|
|
/.ccache-*
|
|
|
|
/.env
|
2023-02-22 21:54:01 +00:00
|
|
|
/.ant
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
# automatically downloaded source files
|
|
|
|
/sources/
|
|
|
|
/.stamps/
|
|
|
|
|
|
|
|
# prebuild target binarys to provide
|
|
|
|
/target/
|
|
|
|
|
|
|
|
# options
|
2024-03-17 22:04:09 +00:00
|
|
|
.rocknix
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
# private working directory
|
|
|
|
/.work/
|
|
|
|
|
|
|
|
# dedicated filesystem
|
|
|
|
/lost+found/
|
|
|
|
|
|
|
|
# symlinks...
|
2022-10-30 10:43:35 +00:00
|
|
|
/sources*
|
2022-02-05 14:23:32 +00:00
|
|
|
/.work
|
|
|
|
|
2023-02-17 22:01:34 +00:00
|
|
|
# Go cache
|
|
|
|
/.cache
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
# backup files
|
|
|
|
*.orig
|
2023-02-17 22:01:34 +00:00
|
|
|
*.rej
|
2022-02-05 14:23:32 +00:00
|
|
|
|
|
|
|
# vim swap files
|
|
|
|
*.swp
|
|
|
|
|
|
|
|
# crap
|
|
|
|
.DS_Store
|
|
|
|
.directory
|
|
|
|
|
2023-06-03 22:27:57 +00:00
|
|
|
# es generation files
|
|
|
|
.es_cache/
|
|
|
|
|
2023-07-14 11:39:36 +00:00
|
|
|
# system document cache
|
|
|
|
.doc_cache/
|
|
|
|
|
2023-10-14 00:35:00 +00:00
|
|
|
# tmp space
|
|
|
|
.tmp/
|
|
|
|
|
2023-02-17 22:01:34 +00:00
|
|
|
# release images
|
2022-02-05 14:23:32 +00:00
|
|
|
release/
|
2023-06-30 21:20:10 +00:00
|
|
|
|
|
|
|
# Linaro SDK
|
|
|
|
linaro/linux/
|
|
|
|
linaro/u-boot/
|
2024-02-02 17:55:49 +00:00
|
|
|
|
|
|
|
# Documentation for virtuals devices
|
|
|
|
documentation/PER_DEVICE_DOCUMENTATION/RK-ARMV8-A/
|