diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-23 21:28:33 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-23 21:28:33 -0500 |
commit | 851459e9f16921c06604a0fb090856724933f378 (patch) | |
tree | 8bcda5e3dcde46b8f55071cbb7ee99dffd0cd930 /.gitattributes | |
parent | 8a260f32a2253cc9eaedea25ceff3e9402960090 (diff) | |
download | bfs-851459e9f16921c06604a0fb090856724933f378.tar.xz |
Don't export .git* files in archives.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e4504cf --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.git* export-ignore |