Selkie.git | .gitignore


# One pattern per line: git treats a whitespace-separated list as a single
# literal pattern, so `*.log core *.core` on one line matched nothing at all.
.DS_Store
._*
.precomp
lib/.precomp

*.o
*.a
*.so
*.so.*
*.dll
*.dylib
*.exe

.idea/
.vscode/
.claude/

*.swp
*.swo
*~

*.bak
*.tmp
*.old

*.log
core
*.core

# Local debugging scratch (Windows input tracing, snapshot diagnostics).
.diagnostics/

Selkie-*.tar.gz
Selkie-*/
NUL