diff options
author | inikep <inikep@gmail.com> | 2016-09-02 22:52:11 (GMT) |
---|---|---|
committer | inikep <inikep@gmail.com> | 2016-09-02 22:52:11 (GMT) |
commit | 81d90609b8b9ce3b27b5532358c63b4aacd53b1c (patch) | |
tree | 5c241ea78333b38d80cab290fb9c9ed69a13ebbd /visual | |
parent | c200f7e09f7338114abf2e48b427977963601569 (diff) | |
download | lz4-81d90609b8b9ce3b27b5532358c63b4aacd53b1c.zip lz4-81d90609b8b9ce3b27b5532358c63b4aacd53b1c.tar.gz lz4-81d90609b8b9ce3b27b5532358c63b4aacd53b1c.tar.bz2 |
added appveyor.yml
Diffstat (limited to 'visual')
-rw-r--r-- | visual/.gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/visual/.gitignore b/visual/.gitignore new file mode 100644 index 0000000..7ceb958 --- /dev/null +++ b/visual/.gitignore @@ -0,0 +1,13 @@ +*Copy + +# Visual C++ +build/ +VS2005/ +VS2008/ +VS2010/ +VS2012/ +VS2013/ +VS2015/ + +# CMake +cmake/ |