Browse Source

Merge pull request #40 from FreeSlave/gitignore

Ignore dlls, pdb, some cmake generated files and orig files produced …
asheep
Alibek Omarov 7 years ago committed by GitHub
parent
commit
4f71ed9e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .gitignore

10
.gitignore vendored

@ -6,4 +6,14 @@ @@ -6,4 +6,14 @@
*.a
*.framework
*.exe
*.dll
*.pdb
build/
CMakeLists.txt.user
cmake_install.cmake
*.orig
*.cbp
*.dsw
*.vsxproj
*.vsproj
*.sln

Loading…
Cancel
Save