Skip to content

Add a gitignore for build output and generated profiles - #34

Open
warpedatom wants to merge 1 commit into
Tylous:mainfrom
warpedatom:chore/gitignore
Open

Add a gitignore for build output and generated profiles#34
warpedatom wants to merge 1 commit into
Tylous:mainfrom
warpedatom:chore/gitignore

Conversation

@warpedatom

Copy link
Copy Markdown

.gitignore is currently empty, so a routine git add -A in a working clone
picks up the compiled binary and anything generated while testing. I did
exactly that by accident and committed a 3 MB SourcePoint.exe before noticing.

This ignores the build output, generated .profile files, Go test artifacts,
and the usual editor directories. Nothing currently tracked in the repository
matches any of the patterns, so this changes nothing about what is committed
today.

Entirely independent of #30, #31 and #32.

The repository's .gitignore was empty, so a routine 'git add -A' picks up the compiled binary and any .profile files generated while testing.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 27, 2026 19:10

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants