distribution/.gitignore

64 lines
695 B
Text
Raw Normal View History

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
/.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...
/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/
# system document cache
.doc_cache/
# tmp space
.tmp/
2023-02-17 22:01:34 +00:00
# release images
2022-02-05 14:23:32 +00:00
release/
# 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/