Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit a448dbd

Browse files
committed
Ignore binaries that are now built
As of change ea32da8 various binaries (.dll, .exe, and .lib files) are built instead of being checked in. Therefore they need to be added to the .gitignore file.
1 parent d6957c5 commit a448dbd

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@
2121
symsrv.yes
2222
pmc_counters_test.txt
2323

24+
# Binaries that are built instead of committed as of commit ea32da8
25+
bin/DummyChrome.dll
26+
bin/ETWProviders.dll
27+
bin/ETWProviders64.dll
28+
bin/ETWProvidersARM64.dll
29+
lib/*
30+
2431
# GPUView likes to drop these files when run.
2532
FuncStats.txt
2633
GuidStats.txt

bin/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
!RetrieveSymbols.exe
21
dbghelp.dll
32
symsrv.dll
43

0 commit comments

Comments
 (0)