From eee8ea677dd8ec2c7bbeda18ba1d06f7c62b9f48 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Fri, 10 Jun 2011 12:54:01 -0400 Subject: [PATCH] Gitignore additions Summary: Make sure emacs and vim swap files don't get added. Test Plan: Try to add them, and watch them not get added. Reviewers: epriestley CC: Differential Revision: 427 --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 6f2a14d2b2..4b1b47df26 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,7 @@ /src/.phutil_module_cache /conf/custom/* /.divinercache +.#* +*# +*~ +*.swp