From 506d736ee955f923e4d477640339fadcb0bca763 Mon Sep 17 00:00:00 2001 From: allfro Date: Sun, 10 Feb 2013 01:52:58 -0500 Subject: [PATCH] Ignore all files starting with '.' --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 60909df..19fcb57 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,6 @@ pip-log.txt .mr.developer.cfg .idea -*.iml \ No newline at end of file +*.iml + +.* \ No newline at end of file -- 2.45.1