Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Build outputs produced by iterator_gdi.cmd / local Win32 toolchains
*.exe
*.obj
*.pdb
*.ilk

# Runtime state and exports are local artifacts by default (see README.md)
state/
exports/

# Editor/OS noise
.vs/
*.user
.DS_Store
Thumbs.db
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ See [docs/usage.md](docs/usage.md).

## Source Sharing

The source set is the C files, build script, README, and documentation. Runtime data and generated exports are local artifacts unless deliberately shared.
The source set is the C files, build script, README, documentation, and repository hygiene files such as `.gitignore`. Runtime data and generated exports are local artifacts unless deliberately shared.

## Generated Local Files

Expand Down