From: allfro Date: Sun, 10 Feb 2013 06:52:58 +0000 (-0500) Subject: Ignore all files starting with '.' X-Git-Url: https://git.nothing2do.fr/?a=commitdiff_plain;h=506d736ee955f923e4d477640339fadcb0bca763;p=get-hack-src.git Ignore all files starting with '.' --- 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