changed(.gitignore): Ignore log and bootstrap files

This commit is contained in:
agnostic-apollo 2022-07-24 12:47:13 +05:00
parent 7b9b9b6224
commit 81e4f8dea4
1 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

@ -7,13 +7,19 @@ Session.vim
*~
# Vagrant
scripts/*.log
scripts/.vagrant/
# Logs
scripts/*.log
/*.log
# Built *.deb files.
/debs/
/output/
# Built bootstrap files
/bootstrap-*.zip
# Preinstalled build tools.
/build-tools/