From 5318a0152e39bb28c8e0cbc165c312f80c630ed3 Mon Sep 17 00:00:00 2001 From: di7chro Date: Mon, 27 Apr 2015 16:47:33 +0200 Subject: [PATCH] Ignore some build files --- BowlingKata/.gitignore | 3 +++ PokerKata/.gitignore | 3 +++ 2 files changed, 6 insertions(+) diff --git a/BowlingKata/.gitignore b/BowlingKata/.gitignore index ae3c172..efec373 100644 --- a/BowlingKata/.gitignore +++ b/BowlingKata/.gitignore @@ -1 +1,4 @@ /bin/ +.classpath +.project +.settings \ No newline at end of file diff --git a/PokerKata/.gitignore b/PokerKata/.gitignore index ae3c172..efec373 100644 --- a/PokerKata/.gitignore +++ b/PokerKata/.gitignore @@ -1 +1,4 @@ /bin/ +.classpath +.project +.settings \ No newline at end of file