add a .gitattributes file, configuring the Mac and Windows binary library
authorBdale Garbee <bdale@gag.com>
Tue, 31 Aug 2010 00:48:50 +0000 (18:48 -0600)
committerBdale Garbee <bdale@gag.com>
Tue, 31 Aug 2010 00:48:50 +0000 (18:48 -0600)
files with the export-ignore attribute, in hopes that this will prevent
them showing up in source packages

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..f929a86
--- /dev/null
@@ -0,0 +1,2 @@
+ao-tools/libaltos/altos.dll            export-ignore
+ao-tools/libaltos/libaltos.dylib       export-ignore