diff options
| -rw-r--r-- | .gitattributes | 1 | ||||
| -rw-r--r-- | .gitignore | 5 |
2 files changed, 6 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 @@ -12,3 +12,8 @@ mathcomp/ssreflect/ssreflect.ml4 mathcomp/ssreflect/ssrmatching.ml4 mathcomp/ssreflect/ssrmatching.mli mathcomp/ssreflect/ssreflect.mllib +mathcomp/ssreflect.ml4 +mathcomp/ssrmatching.ml4 +mathcomp/ssrmatching.mli +mathcomp/ssreflect.mllib +mathcomp-*.tar.gz |
