Skip to content

Commit abb75ab

Browse files
committed
Update .gitignore
1 parent f233afe commit abb75ab

File tree

1 file changed

+24
-10
lines changed

1 file changed

+24
-10
lines changed

.gitignore

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,30 @@
1-
*.sdf
2-
*.sln
1+
## Ignore Visual Studio temporary files, build results, and
2+
## files generated by popular Visual Studio add-ons.
3+
4+
# User-specific files
35
*.suo
6+
*.user
7+
*.userosscache
8+
*.sln.docstates
9+
10+
# Visual Studio 2015 cache/options directory
11+
.vs/
12+
13+
# Visual C++ cache files
14+
*.aps
15+
*.ncb
16+
*.opendb
17+
*.opensdf
18+
*.sdf
19+
*.cachefile
420
*.obj
521
*.tlog
22+
*.exp
23+
24+
# Build Results/artifacts
25+
NppJSONViewer/Build/
626
*.dll
727
*.lib
8-
*.exp
9-
NppJSONViewer/Debug
10-
NppJSONViewer/Release
11-
NppJSONViewer/x64
12-
NppJSONViewer/Win32
13-
NppJSONViewer/NppJSONViewer.vcxproj.user
14-
*.aps
28+
29+
# Others
1530
*.zip
16-
.vs/

0 commit comments

Comments
 (0)