From: Sam Whited Date: Mon, 24 Feb 2014 00:22:13 +0000 (-0500) Subject: Ignore signed pom files in leiningen projects X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b83dd2fb1eb01437bc8d61b1a5d062e2c376a59f;p=gitignore.git Ignore signed pom files in leiningen projects Pom files are commonly signed before deploy as part of the build/signoff process --- diff --git a/Leiningen.gitignore b/Leiningen.gitignore index b8d32453..4076612d 100644 --- a/Leiningen.gitignore +++ b/Leiningen.gitignore @@ -1,4 +1,5 @@ pom.xml +pom.xml.asc *jar /lib/ /classes/