From c9230866290c9106e179343894047f8e2890b037 Mon Sep 17 00:00:00 2001 From: Gavin Bises Date: Mon, 26 Jan 2015 11:50:24 -0500 Subject: [PATCH] Ignore ds_store and intellij hidden files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index df1a5c9fe..4dfa18fe1 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,5 @@ build* *.qm .directory mysql.cnf +.DS_Store +.idea/