Files
sovereign_browser/.gitignore

38 lines
804 B
Plaintext

# build artifacts
sovereign_browser
*.o
*.a
*.so
*.dylib
*.dll
build/
# release tarballs (created by increment_and_push.sh -r, cleaned up by trap)
*.tar.gz
# compiled test binaries
tests/test_bookmarks_tree
tests/test_nostr_url
# editor / OS
*.swp
.DS_Store
# vendored dependency (added as a subtree/checkout, not tracked here)
nostr_core_lib/
# auto-generated embedded web content (built by embed_web_files.sh)
src/embedded_web_content.c
src/embedded_web_content.h
# binary media files for local-site test (too large for git)
tests/local-site/assets/*.mp3
tests/local-site/assets/*.m4a
tests/local-site/assets/*.mp4
tests/local-site/assets/*.webm
tests/local-site/assets/*.ogg
tests/local-site/assets/*.ogv
tests/local-site/assets/*.wav
tests/local-site/assets/*.avi
tests/local-site/assets/*.mkv