diff options
author | Bdale Garbee <bdale@gag.com> | 2010-08-30 18:48:50 -0600 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-08-30 18:48:50 -0600 |
commit | 4790f78aead8a816e5b247c022b2998ce3a94053 (patch) | |
tree | bce1e751fa24db72c1e1737dec025e6c7aad5c2b /.gitattributes | |
parent | 81318e5b7179b0311ab099043ecb04a25d763750 (diff) |
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
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
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 |