From 51ce036f14185e105646bb6547ed422323e1f8d4 Mon Sep 17 00:00:00 2001 From: Jason Riddle Date: Thu, 7 Mar 2013 22:50:20 -0500 Subject: [PATCH] Exclude .gitattributes and .gitmodules --- Global/Linux.gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Global/Linux.gitignore b/Global/Linux.gitignore index 151e2997..e68cda3d 100644 --- a/Global/Linux.gitignore +++ b/Global/Linux.gitignore @@ -1,3 +1,5 @@ .* !.gitignore +!.gitattributes +!.gitmodules *~