Skip to content

Commit 54fda26

Browse files
authored
Update .gitignore
1 parent af20879 commit 54fda26

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,20 @@
11
# --- SystemTester Specific ---
2-
# DO NOT track diagnostic reports (contains sensitive system data)
2+
# Ignore the generated reports (contains private system info!)
33
/Reports/
4+
/Logs/
45
*.txt
56
*.csv
67
*.html
78
*.json
89

9-
# DO NOT track the downloaded Sysinternals/GPU tools
10-
# (Users should download these fresh via your script)
10+
# Ignore the Sysinternals binaries
11+
# (Users should download these fresh via the script)
1112
/Tools/
1213
*.exe
1314
*.zip
15+
*.msi
1416

15-
# --- Windows / OS Clutter ---
17+
# --- Windows System Clutter ---
1618
[Dd]esktop.ini
1719
[Tt]humbs.db
1820
$RECYCLE.BIN/

0 commit comments

Comments
 (0)