Skip to content

Commit a625674

Browse files
authored
Update .gitignore to exclude additional files
Added entries to ignore unpacked dependencies and generated files based on @fabianegli's commit 6ff3c0.
1 parent 387fc59 commit a625674

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

.gitignore

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# ignore unpacked shipped dependencies
2+
MSToolkit/extern/zlib-1.3.1/
3+
MSToolkit/extern/expat-2.2.9/
4+
5+
# ignore dynamically generated files
6+
MSToolkit/include/expat.h
7+
MSToolkit/include/expat_external.h
8+
MSToolkit/include/zconf.h
9+
MSToolkit/include/zlib.h
10+
111
.DS_Store
212
.idea
313
*.log
@@ -140,4 +150,4 @@ ipch/
140150
*.msi
141151
*.msix
142152
*.msm
143-
*.msp
153+
*.msp

0 commit comments

Comments
 (0)