commit 594f6d0b3bcf648de212a6cb32a237cb9b5a8318 Author: Rob Mensching Date: Thu Mar 13 13:12:23 2014 -0700 Initialize repository configuration. diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..dfe07704 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..22c37617 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +[Bb]uild/ +[Pp]ackages/ +ipch/ + +*.chw +*.suo +*.user +*_i.c +*_p.c +*.ilk +*.meta +*.obj +*.pch +*.pgc +*.pgd +*.rsp +*.sbr +*.tlb +*.tli +*.tlh +*.tmp +*.log +*.opensdf +*.sdf