unposted: Add /.project to .gitignore for use by GitEye

This commit is contained in:
Peter Stephenson 2014-10-31 10:28:37 +00:00
parent ef4fb421f5
commit 1e14fd57a8
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -149,3 +149,4 @@ Src/Zle/zle_things.h
Src/Zle/zle_widget.h
Test/*.tmp
/.project

View file

@ -1,5 +1,7 @@
2014-10-31 Peter Stephenson <p.stephenson@samsung.com>
* unposted: .gitignore: add /.project for GitEye.
* 33582: Src/Modules/zftp.c: don't include tcp.mdh in zftp.c as
it only contains private module definitions.