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
|
2023-02-17 22:01:34 +00:00
|
|
|
.jelos
|
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-02-17 22:01:34 +00:00
|
|
|
# release images
|
2022-02-05 14:23:32 +00:00
|
|
|
release/
|