Skip to content

Commit 377eab3

Browse files
committed
ignore more files when branching (corec/tool/branch)
1 parent 4ac0ea1 commit 377eab3

3 files changed

Lines changed: 17 additions & 0 deletions

File tree

mkclean/src.br

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
*.vs -
2323
Makefile -
2424
*.vcproj -
25+
*.vcxproj -
26+
*.vcxproj.* -
2527
*.sln -
2628
*_project.h -
2729
*_stdafx.* -
30+
*.tlog -
31+
*.obj -
32+
*.log -
33+
*.pdb -
34+

mkparts/src.br

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
*.vs -
2323
Makefile -
2424
*.vcproj -
25+
*.vcxproj -
2526
*.sln -
2627
*_project.h -
2728
*_stdafx.* -
29+
*.tlog -
30+
*.obj -

mkvalidator/src.br

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@
2222
*.vs -
2323
Makefile -
2424
*.vcproj -
25+
*.vcxproj -
26+
*.vcxproj.* -
2527
*.sln -
2628
*_project.h -
2729
*_stdafx.* -
30+
*.tlog -
31+
*.obj -
32+
*.log -
33+
*.pdb -
34+

0 commit comments

Comments
 (0)