Skip to content

Commit 5d79275

Browse files
madmaxoftcdunn2001
authored andcommitted
Added MSVC+CMake generated files to .gitignore.
pull open-source-parsers#193
1 parent c1e834a commit 5d79275

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,25 @@
1111
/doc/doxyfile
1212
/dist/
1313
#/include/json/version.h
14+
15+
# MSVC project files:
16+
*.sln
17+
*.vcxproj
18+
*.filters
19+
*.user
20+
*.sdf
21+
*.opensdf
22+
*.suo
23+
24+
# MSVC build files:
25+
*.lib
26+
*.obj
27+
*.tlog/
28+
*.pdb
29+
30+
# CMake-generated files:
31+
CMakeFiles/
32+
CTestTestFile.cmake
33+
cmake_install.cmake
34+
pkg-config/jsoncpp.pc
35+
jsoncpp_lib_static.dir/

0 commit comments

Comments
 (0)