Add .gitignore
Add .gitignore file in order not to show unwanted files in git status. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
parent
72710f3a89
commit
8758a028cb
1 changed files with 4 additions and 0 deletions
4
.gitignore
vendored
Normal file
4
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
kcov_output/
|
||||
target/
|
||||
.vscode/
|
||||
*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue