From 96b72db1a8d434fecb975f5fa9b96482e85c5f56 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 10 Sep 2013 22:54:26 +0200 Subject: [PATCH] Ignore emacs backup files This ignores emacs backup files like image-guide/pom.xml.~1~ or image-guide/pom.xml~ Change-Id: Iefae6a1dd3a69212db38e07c925019efae57a747 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index efc4d64ff6..8e2226273a 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ target/ .bak *.swp .idea +*~ \ No newline at end of file