From cc086917c1056acd052954c48eab7358affb2145 Mon Sep 17 00:00:00 2001 From: Andrew Resch Date: Sat, 27 Mar 2010 13:20:46 -0700 Subject: [PATCH] Add export-ignore attribute to .gitignore --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index 000826d17..3aa2e3ac4 100644 --- a/.gitattributes +++ b/.gitattributes @@ -6,3 +6,4 @@ docs/source export-ignore deluge/scripts export-ignore .gitattributes export-ignore .gitmodules export-ignore +.gitignore export-ignore