Update .gitignore - remove temporary files from tracking
This commit is contained in:
parent
d2bab3b0d1
commit
53df02eda1
1 changed files with 1 additions and 2 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -86,13 +86,12 @@ Makefile
|
||||||
*.deb
|
*.deb
|
||||||
*.rpm
|
*.rpm
|
||||||
*.zip
|
*.zip
|
||||||
*.tar.gz
|
*..tar.gz
|
||||||
*.tar.bz2
|
*.tar.bz2
|
||||||
*.tar.xz
|
*.tar.xz
|
||||||
|
|
||||||
# Recipes builds
|
# Recipes builds
|
||||||
recipes/*.pkg.tar.*
|
recipes/*.pkg.tar.*
|
||||||
recipes/build/
|
|
||||||
recipes/dist/
|
recipes/dist/
|
||||||
|
|
||||||
# Allow scripts directory
|
# Allow scripts directory
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue