Skip to content

Commit 799ee6b

Browse files
committed
Added MIDL headers (_i.h) to Visual Studio gitignore
1 parent 4b6bf65 commit 799ee6b

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

CSharp.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ TestResults
1919
x64/
2020
*_i.c
2121
*_p.c
22+
*_i.h
2223
*.ilk
2324
*.meta
2425
*.obj

Global/VisualStudio.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ build/
1919

2020
*_i.c
2121
*_p.c
22+
*_i.h
2223
*.ilk
2324
*.meta
2425
*.obj

VB.Net.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ obj/
2020
x64/
2121
*_i.c
2222
*_p.c
23+
*_i.h
2324
*.ilk
2425
*.meta
2526
*.obj

0 commit comments

Comments
 (0)