
21 Feb
2014
21 Feb
'14
1:48 p.m.
At Fri, 14 Feb 2014 11:06:12 +0100, Guido Günther wrote:
On Thu, Feb 13, 2014 at 04:22:15PM +0100, Claudio Bley wrote:
Signed-off-by: Claudio Bley <cbley@av-test.de> --- .gitignore | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/.gitignore b/.gitignore index b02fd55..28ddc6e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +*~ +\#*\# .classpath .project .settings
ACK (from a non Java expert).
Thank you for your reviews! It's always good to have a second pair of eyes look over... :-) Claudio