diff options
author | Yann Collet <yann.collet.73@gmail.com> | 2015-01-13 04:36:58 (GMT) |
---|---|---|
committer | Yann Collet <yann.collet.73@gmail.com> | 2015-01-13 04:36:58 (GMT) |
commit | 9fd92def420879e7d5c7c9fb9a9abd2fbd54bb7a (patch) | |
tree | a4197785e91bb447287a4b059aa451a6ed316418 /.gitattributes | |
parent | f68eead36c0eb8f6f4e5c912dfe204c52bb7b7c5 (diff) | |
download | lz4-9fd92def420879e7d5c7c9fb9a9abd2fbd54bb7a.zip lz4-9fd92def420879e7d5c7c9fb9a9abd2fbd54bb7a.tar.gz lz4-9fd92def420879e7d5c7c9fb9a9abd2fbd54bb7a.tar.bz2 |
Added : Visual project directory
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 17db2ec..b9d54fb 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,3 +8,8 @@ # Denote files that should not be modified. *.odt binary *.png binary +# Visual Studio +*.sln binary +*.suo binary +*.vcxproj* binary + |