1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-15 12:56:41 +00:00
termux-packages/.gitignore
Yaksh Bariya e0c115ccb6
chore(gitignore): also ignore debs*
GitHub Actions artifacts are called debs-<arch>-<commit>, can be
downloaded as zip, extracts to a folder of same name. which in turn
gives a deb folder which contains the actual deb files.
2024-02-20 08:14:27 +05:30

36 lines
471 B
Plaintext

# Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
# Vagrant
scripts/.vagrant/
# Logs
scripts/*.log
/*.log
# GitHub Actions build artifacts
debs*
# Built *.deb files.
/debs/
/output/
# Built bootstrap files
/bootstrap-*.zip
# 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