From cde63b950d85f92309782a1bccf071e208f40065 Mon Sep 17 00:00:00 2001 From: oakes Date: Sat, 3 May 2014 00:06:11 -0400 Subject: [PATCH] Ignore gen --- .gitignore | 6 ++++-- template/src/leiningen/new/play_clj/gitignore | 8 +++++--- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 1d5593d..87c0fa9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,8 @@ -**/target +data_readers.clj +hs_err_pid*.log pom.xml pom.xml.asc -hs_err_pid*.log +**/gen +**/target *~ .* diff --git a/template/src/leiningen/new/play_clj/gitignore b/template/src/leiningen/new/play_clj/gitignore index 5fab362..8031d83 100644 --- a/template/src/leiningen/new/play_clj/gitignore +++ b/template/src/leiningen/new/play_clj/gitignore @@ -1,6 +1,8 @@ -**/target +data_readers.clj +hs_err_pid*.log pom.xml pom.xml.asc -/hs_err_pid*.log +**/gen +**/target *~ -.* +.* \ No newline at end of file