Browse Source

Ignore dlls, pdb, some cmake generated files and orig files produced by some diff programs

asheep
Roman Chistokhodov 7 years ago
parent
commit
113135f7b9
  1. 12
      .gitignore

12
.gitignore vendored

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

Loading…
Cancel
Save