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