From: Bdale Garbee Date: Tue, 31 Aug 2010 00:48:50 +0000 (-0600) Subject: add a .gitattributes file, configuring the Mac and Windows binary library X-Git-Tag: debian/0.7+22+g4790f78~1 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=4790f78aead8a816e5b247c022b2998ce3a94053;hp=81318e5b7179b0311ab099043ecb04a25d763750 add a .gitattributes file, configuring the Mac and Windows binary library files with the export-ignore attribute, in hopes that this will prevent them showing up in source packages --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..f929a866 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +ao-tools/libaltos/altos.dll export-ignore +ao-tools/libaltos/libaltos.dylib export-ignore