Skip to content

Commit

Permalink
Merge pull request #4282 from sisuresh/fix-gitignore
Browse files Browse the repository at this point in the history
Exclude ledger-close-meta test files in .gitignore

Reviewed-by: dmkozh
  • Loading branch information
latobarita authored Apr 12, 2024
2 parents b152dc5 + 1ac21de commit a10329c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,11 @@ compile_commands.json
/src/archtmp-*
/src/main/StellarCoreVersion.cpp
/src/main/XDRFilesSha256.cpp
/src/testdata

/src/testdata/*
# Make an exception for ledger-close-meta files, which should be created and committed on every protocol bump.
!/src/testdata/ledger-close-meta-*

/src/protocol-curr/xdr/*.h
/src/protocol-next/xdr/*.h
/Makefile
Expand Down

0 comments on commit a10329c

Please sign in to comment.