From ecf0f80d4e439db0a8324115cf88011859a51ff6 Mon Sep 17 00:00:00 2001 From: avernet Date: Mon, 1 Jun 2015 15:46:00 -0700 Subject: [PATCH] Minor: ignore files ending with ~ --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 496500b893..da0d64b7a1 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ build-local.properties .idea/shelf/ src/resources-local/ tmp +*~