We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a14d2a commit dbe7b50Copy full SHA for dbe7b50
.gitignore
@@ -5,21 +5,21 @@ test/dump/*.log
5
# Editor files
6
.*.swp
7
8
+# Claude Code local settings
9
+.claude/*.local.json
10
+
11
# Explicitly exclude META.json!
12
!/META.json
13
14
# Generated make files
15
meta.mk
16
+control.mk
17
18
# Compiler output
19
*.o
20
*.so
21
.deps/
22
-# built targets
-/sql/*--*
-!/sql/*--*--*.sql
-
23
# Test artifacts
24
results/
25
regression.diffs
@@ -28,4 +28,6 @@ regression.out
28
# Misc
29
tmp/
30
.DS_Store
31
-.claude/settings.local.json
32
+# pg_tle generated files
33
+/pg_tle/
0 commit comments