diff options
author | Aaron LI <aly@aaronly.me> | 2018-10-31 00:03:01 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-10-31 00:03:01 +0800 |
commit | 2b55d9b535cf95a09c529faf2eae63f250cc8d57 (patch) | |
tree | 4a16769ce8ab4625e1268adbb767c35dbabc432f /.gitattributes | |
parent | d0d13ad99535fd638b97d721f0248fdd48ee7e0d (diff) | |
download | fg21sim-2b55d9b535cf95a09c529faf2eae63f250cc8d57.tar.bz2 |
Enable LFS for .fits and .fits.xz
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 0000000..7a679d4 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.fits filter=lfs diff=lfs merge=lfs -text +*.fits.xz filter=lfs diff=lfs merge=lfs -text |