Ignore build artifacts
This change updates the gitignore file of the repository to ignore build artifacts.
This commit is contained in:
parent
3628671f6c
commit
bc5cd8b02a
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,2 +1,6 @@
|
|||
ubuntu-zesty
|
||||
# Build artifacts
|
||||
build
|
||||
*.prepared
|
||||
config*.org
|
||||
*.deb
|
||||
*.ddeb
|
||||
|
|
Loading…
Reference in a new issue