Add Eclipse project files to gitignore

Signed-off-by: Szymon Janc <szymon.janc@codecoup.pl>
This commit is contained in:
Szymon Janc 2018-07-03 16:46:39 +02:00 committed by Fabio Utzig
parent 4632d8de5f
commit c1693d66bf
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -11,3 +11,7 @@ rusty-tags.*
/bin/
/targets/
**/build/**/*
#Eclipse project files
.cproject
.project