From 7455d36804103a8604eb3472531639844eee7340 Mon Sep 17 00:00:00 2001 From: Jeena Paradies Date: Wed, 11 Nov 2009 15:58:18 +0100 Subject: [PATCH] added .git files --- .gitattributes | 1 + .gitignore | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..fdbd29f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*.pbxproj -crlf -diff -merge diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..552295d --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +# xcode noise +build/* +*.pbxuser +*.mode1v3 + +# old skool +.svn + +# osx noise +.DS_Store +profile +