diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-15 19:47:16 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-04-15 19:47:16 +0000 |
| commit | a19eddc34b6e8db043dbf6180c90e9bbe531dc03 (patch) | |
| tree | c1a7236f0695eb15e345486c8c85a1889b661ce8 /build/.gitignore | |
Diffstat (limited to 'build/.gitignore')
| -rw-r--r-- | build/.gitignore | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 000000000000..f03aac8b370f --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,20 @@ +# Visual C++ +.vs/ +*Copy +*.db +*.opensdf +*.sdf +*.suo +*.user +*.opendb + +VS2005/ +VS2008/ +VS2010/bin/ +VS2010/zwrapbench/ +VS2012/bin/ +VS2013/bin/ +VS2015/bin/ + +# CMake +cmake/ |
