Skip to content

Commit fd3de13

Browse files
committed
Ignore local libravdb runtime artifacts
1 parent 774ec23 commit fd3de13

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
# Keep the source package tracked on case-insensitive filesystems.
4040
!/libravdb/
4141
!/libravdb/*.go
42+
!/libravdb/*_test.go
43+
44+
# Local test/runtime artifacts inside the public package dir.
45+
/libravdb/.hidden_errors
46+
/libravdb/:memory:/
47+
/libravdb/data/
4248

4349
# =============================================================================
4450
# Go Testing & Development

0 commit comments

Comments
 (0)