From b83dd2fb1eb01437bc8d61b1a5d062e2c376a59f Mon Sep 17 00:00:00 2001 From: Sam Whited Date: Sun, 23 Feb 2014 19:22:13 -0500 Subject: [PATCH] Ignore signed pom files in leiningen projects Pom files are commonly signed before deploy as part of the build/signoff process --- Leiningen.gitignore | 1 + 1 file changed, 1 insertion(+) 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/