mirror of
https://github.com/neondatabase/neon.git
synced 2025-12-22 21:59:59 +00:00
41 lines
485 B
Plaintext
41 lines
485 B
Plaintext
/artifact_cache
|
|
/build
|
|
/pg_install
|
|
/target
|
|
/tmp_check
|
|
/tmp_check_cli
|
|
__pycache__/
|
|
test_output/
|
|
neon_previous/
|
|
.vscode
|
|
.idea
|
|
*.swp
|
|
tags
|
|
neon.iml
|
|
/.neon
|
|
/integration_tests/.neon
|
|
compaction-suite-results.*
|
|
pgxn/neon/communicator/communicator_bindings.h
|
|
docker-compose/docker-compose-parallel.yml
|
|
|
|
# Coverage
|
|
*.profraw
|
|
*.profdata
|
|
|
|
*.key
|
|
*.crt
|
|
*.o
|
|
*.so
|
|
*.Po
|
|
*.pid
|
|
|
|
# pgindent typedef lists
|
|
*.list
|
|
|
|
# Node
|
|
**/node_modules/
|
|
|
|
# various files for local testing
|
|
/proxy/.subzero
|
|
local_proxy.json
|