diff options
author | Robert Pitts <rbxbxdev@gmail.com> | 2012-10-11 16:59:14 -0700 |
---|---|---|
committer | Robert Pitts <rbxbxdev@gmail.com> | 2012-10-11 16:59:14 -0700 |
commit | cdb12b37545c566f41787e067d11680458dad02c (patch) | |
tree | 3899c4fd2c49d13a3be99fe6f1eb7dd5b7cc0e7d /Leiningen.gitignore | |
parent | 8200f7697346f89ee1a43f4aa567ebb788a02f44 (diff) | |
download | gitignore-cdb12b37545c566f41787e067d11680458dad02c.tar.gz gitignore-cdb12b37545c566f41787e067d11680458dad02c.zip |
Update Leiningen.gitignore
/targets/ should be ignored as well
Diffstat (limited to 'Leiningen.gitignore')
-rw-r--r-- | Leiningen.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8c1b218..40fbb289 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -2,4 +2,5 @@ pom.xml *jar /lib/ /classes/ +/targets/ .lein-deps-sum |