adding missing .gitignore file
Change-Id: Ifce1b934ed5624cfe0418f278e57e4e8d5f80532 Closes-Bug: #1329137
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
.DS_Store
|
||||||
|
*.xpr
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Build results
|
||||||
|
target/
|
||||||
|
publish-docs/
|
||||||
|
generated/
|
||||||
|
/build-*.log.gz
|
||||||
|
|
||||||
|
# Ignore Vagrant Related Files
|
||||||
|
acceptance_config.yml
|
||||||
|
boxes/*
|
||||||
|
/.vagrant
|
||||||
|
|
||||||
|
# Testenvironment
|
||||||
|
.tox/
|
||||||
|
|
||||||
|
# Editors
|
||||||
|
*~
|
||||||
|
.*.swp
|
||||||
|
.bak
|
||||||
|
/.project
|
||||||
Reference in New Issue
Block a user