diff options
-rw-r--r-- | .gitattributes | 1 | ||||
-rw-r--r-- | .gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..7dc0871423 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +mk/win32-tarballs.md5sum text=auto eol=LF diff --git a/.gitignore b/.gitignore index aab7b86802..b74fc13d45 100644 --- a/.gitignore +++ b/.gitignore @@ -191,6 +191,7 @@ utils/unlit/fs.* rts/fs.* libraries/base/include/fs.h libraries/base/cbits/fs.c +missing-win32-tarballs /extra-gcc-opts /sdistprep |