diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 | 
1 files changed, 13 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d956ab0 --- /dev/null +++ b/.gitignore | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | /target | ||
| 2 | /classes | ||
| 3 | /checkouts | ||
| 4 | profiles.clj | ||
| 5 | pom.xml | ||
| 6 | pom.xml.asc | ||
| 7 | *.jar | ||
| 8 | *.class | ||
| 9 | /.lein-* | ||
| 10 | /.nrepl-port | ||
| 11 | /.prepl-port | ||
| 12 | .hgignore | ||
| 13 | .hg/ | ||
