distribution/.gitignore
2023-06-03 22:27:57 +00:00

50 lines
505 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
# es generation files
.es_cache/
# release images
release/