From 41ae6dca4cf59596eb068a9e011cae24d34b27f1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jarkko=20P=C3=B6yry?= Date: Tue, 24 Mar 2015 13:00:15 -0700 Subject: [PATCH] Add .* to .gitignore. Change-Id: I5fbecdceae956e5a4711a1579b79ac75b3db5257 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8c33faf..5b08902 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *~ *.pyc *.user +.* +!.gitignore -- 2.7.4