mirror of
https://github.com/termux/termux-packages.git
synced 2024-11-23 07:56:17 +00:00
43 lines
518 B
Plaintext
43 lines
518 B
Plaintext
# Vim
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|
|
|
|
# Vagrant
|
|
scripts/.vagrant/
|
|
|
|
# Logs
|
|
scripts/*.log
|
|
/*.log
|
|
|
|
# Misc archives
|
|
/*\.deb
|
|
/*\.zip
|
|
/*\.tar
|
|
/*\.tar\.*
|
|
|
|
# Source files.
|
|
/sources/
|
|
|
|
# GitHub Actions build artifacts
|
|
debs*
|
|
checksum*
|
|
|
|
# Built *.deb files.
|
|
/debs/
|
|
/output/
|
|
|
|
# Preinstalled build tools.
|
|
/build-tools/
|
|
|
|
# Predownloaded packages sources.
|
|
/packages/*/cache
|
|
/root-packages/*/cache
|
|
/x11-packages/*/cache
|
|
|
|
# Temp .git directories for packages built from local sources "file://"
|
|
/*.git
|