diff options
author | Vitaly _Vi Shukela <public_vi@tut.by> | 2011-04-08 06:00:56 +0300 |
---|---|---|
committer | Vitaly _Vi Shukela <public_vi@tut.by> | 2011-04-08 21:02:05 +0300 |
commit | 8b8ff44ec7e1b860b6085eae43b07b8e363df401 (patch) | |
tree | 792d7275464554a303b506afc69448f5a1c05223 /Leiningen.gitignore | |
parent | 0e80099258df03867d28b1ef103f3412cdbca48b (diff) | |
download | gitignore-8b8ff44ec7e1b860b6085eae43b07b8e363df401.tar.gz gitignore-8b8ff44ec7e1b860b6085eae43b07b8e363df401.zip |
Add .gitignore for Leiningen projects
Diffstat (limited to 'Leiningen.gitignore')
-rw-r--r-- | Leiningen.gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Leiningen.gitignore b/Leiningen.gitignore new file mode 100644 index 00000000..b8c1b218 --- /dev/null +++ b/Leiningen.gitignore @@ -0,0 +1,5 @@ +pom.xml +*jar +/lib/ +/classes/ +.lein-deps-sum |