Skip to content

Commit dbe7b50

Browse files
committed
Update .gitignore to reflect pgxntool changes
1 parent 0a14d2a commit dbe7b50

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.gitignore

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@ test/dump/*.log
55
# Editor files
66
.*.swp
77

8+
# Claude Code local settings
9+
.claude/*.local.json
10+
811
# Explicitly exclude META.json!
912
!/META.json
1013

1114
# Generated make files
1215
meta.mk
16+
control.mk
1317

1418
# Compiler output
1519
*.o
1620
*.so
1721
.deps/
1822

19-
# built targets
20-
/sql/*--*
21-
!/sql/*--*--*.sql
22-
2323
# Test artifacts
2424
results/
2525
regression.diffs
@@ -28,4 +28,6 @@ regression.out
2828
# Misc
2929
tmp/
3030
.DS_Store
31-
.claude/settings.local.json
31+
32+
# pg_tle generated files
33+
/pg_tle/

0 commit comments

Comments
 (0)