Skip to content

Commit b497c87

Browse files
authored
Merge pull request #50 from Bor-Code/chore/update-gitignore
chore: update gitignore
2 parents 3bd146a + a8c9f91 commit b497c87

1 file changed

Lines changed: 13 additions & 5 deletions

File tree

.gitignore

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
# Build outputs
2+
23
build/
34
out/
45
bin/
6+
57
*.exe
68
*.obj
79
*.pdb
810
*.ilk
911
*.exp
1012
*.lib
13+
*.dll
1114

1215
# CMake generated files
16+
1317
CMakeCache.txt
1418
CMakeFiles/
1519
cmake_install.cmake
1620
install_manifest.txt
1721
CTestTestfile.cmake
1822

1923
# FetchContent and third-party dependencies
24+
2025
_deps/
2126

2227
# Visual Studio and MSBuild
28+
2329
*.vcxproj
2430
*.vcxproj.filters
2531
*.vcxproj.user
@@ -29,22 +35,24 @@ _deps/
2935
.vs/
3036

3137
# VS Code
38+
3239
.vscode/
3340

3441
# ImGui runtime configuration
42+
3543
imgui.ini
3644

3745
# Generated analysis reports
46+
47+
reports/
48+
static_analysis_report.txt
49+
static_analysis_report.json
3850
dynamic_analysis_report.txt
3951
dynamic_analysis_report.json
4052

4153
# General
54+
4255
*.log
4356
*.tmp
4457
Thumbs.db
4558
.DS_Store
46-
47-
static_analysis_report.txt
48-
static_analysis_report.json
49-
dynamic_analysis_report.txt
50-
dynamic_analysis_report.json

0 commit comments

Comments
 (0)