From 704d92d82b182fc0643427104ae2dfb06a10157a Mon Sep 17 00:00:00 2001 From: Charlie Poole Date: Thu, 10 Oct 2013 23:10:45 -0700 Subject: [PATCH] Migrated from Bazaar to Git. --- .gitattributes | 7 +++++++ .bzrignore => .gitignore | 0 2 files changed, 7 insertions(+) create mode 100644 .gitattributes rename .bzrignore => .gitignore (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..49f8b087 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,7 @@ +# Normalize line endings +* text=auto + + +# Prevent files from being exported +.gitattributes export-ignore +.gitignore export-ignore diff --git a/.bzrignore b/.gitignore similarity index 100% rename from .bzrignore rename to .gitignore