Skip to content

Commit 48bd78b

Browse files
committed
added some files to .gitignore
1 parent d0a1367 commit 48bd78b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,16 @@ testrunner
3636

3737
# python
3838
__pycache__/
39+
40+
# Visual Studio (CI build)
41+
/Debug
42+
/simplecpp.dir
43+
/simplecpp_obj.dir
44+
/testrunner.dir
45+
/x64
46+
/*.vcxproj
47+
/*.vcxproj.filters
48+
/cmake_install.cmake
49+
/CMakeCache.txt
50+
/CTestTestfile.cmake
51+
/simplecpp.sln

0 commit comments

Comments
 (0)