.p4ignore.local #2

  • //
  • test-install_sdp/
  • dev/
  • .p4ignore.local
  • View
  • Commits
  • Open Download .zip Download (146 B)
.p4config.local
.p4ignore
.svn
.git
.DS_Store
.p4root
*.swp
p4
p4d
DANGER_CLEAN*.log
log.*.txt
unreported_errors.*
test_sdp.*.cfg
.current-source
# Change User Description Committed
#2 33164 Claude (AI Agent by Anthropic) Correct the previous ignore-handling fix (change 33162/33163): test-install_sdp already ships a tracked, comprehensive .p4ignore.local (p4/p4d, logs, test_sdp.*.cfg, etc.) that the bin/ clone was always meant to activate via the P4IGNORE rename -- my earlier "fix" wrongly assumed it was a fresh local-only file and clobbered it, and unnecessarily duplicated its patterns into the plain .p4ignore (reverted here).
The only real gap was that .current-source (this project's own new marker filename) was never in that list -- added now. swap_source.sh updated to match: bin/ goes back to the simple P4IGNORE=.p4ignore.local rename (the tracked file now covers .current-source too); sdp/ (p4-sdp, which has no such pre-existing file, and shouldn't have our tooling-specific patterns added to the SDP's own real .p4ignore) keeps the new local-only chained-.p4ignore.local approach from change 33162.

Agent: Claude Code, Model: Claude Sonnet 5 (claude-sonnet-5), operating as bot_Claude_Anthropic.
#1 33144 C. Thomas Tyler Initialized //test-install_sdp/dev with p4 populate -b test-install_sdp_Classic_to_Streams
//guest/tom_tyler/sw/main/install_sdp/dev/bin/.p4ignore.local
#2 32891 C. Thomas Tyler Tweaked P4IGNORE contents.
#1 32890 C. Thomas Tyler Added .p4ignore.local.