Skip to content

Commit 1ac21de

Browse files
committed
Exclude ledger-close-meta test files in .gitignore
1 parent 2725b15 commit 1ac21de

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.gitignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,11 @@ compile_commands.json
4343
/src/archtmp-*
4444
/src/main/StellarCoreVersion.cpp
4545
/src/main/XDRFilesSha256.cpp
46-
/src/testdata
46+
47+
/src/testdata/*
48+
# Make an exception for ledger-close-meta files, which should be created and committed on every protocol bump.
49+
!/src/testdata/ledger-close-meta-*
50+
4751
/src/protocol-curr/xdr/*.h
4852
/src/protocol-next/xdr/*.h
4953
/Makefile

0 commit comments

Comments
 (0)