From 501d1bdebdb7dcf79a3f20bea4752f0cac42e2f2 Mon Sep 17 00:00:00 2001 From: timrae Date: Fri, 30 Jan 2015 15:16:41 +0900 Subject: [PATCH] Ignore files with ~ at the end --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index ad6473db2d0d..3b6b51c28f5d 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ proguard/ # Windows clutter Thumbs.db +# Ubunut gedit cluter +*~ + # Intellij IDEA (see https://intellij-support.jetbrains.com/entries/23393067) .idea/workspace.xml .idea/tasks.xml