From a3c0ac9b6aa8125aeea63097620116731656b312 Mon Sep 17 00:00:00 2001 From: Pete Batard Date: Sun, 13 Nov 2011 13:52:07 +0000 Subject: [PATCH] [git] added gitattributes & gitignore --- .gitattributes | 11 +++++++++++ .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f98f3971 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +*.sh eol=lf +*.ac eol=lf +*.am eol=lf +*.sln eol=crlf +*.vcproj eol=crlf +*.vcxproj* eol=crlf +*.rc eol=crlf +*.sh export-ignore +.gitattributes export-ignore +.gitignore export-ignore +*.creole export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..436d7ab5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +*.aps +*.dep +*.exe +*.htm +*.idb +*.la +*.lib +*.lo +*.log +*.m4 +*.mac +*.ncb +*.o +*.obj +*.opt +*.pc +*.pdb +*.plg +*.res +*.suo +*.swp +*.user +.deps +.libs +Debug +INSTALL +Makefile +Makefile.in +Release +aclocal.m4 +autom4te.cache +compile +config.guess +config.h +config.log +config.status +config.sub +configure +depcomp +install-sh +libtool +ltmain.sh +missing +sources +stamp-h1