mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-20 13:54:36 +01:00
I wanted to add run-secret_eq_consttime and run-find_my_abspath to the .gitignore file, but instead I replaced all the names of tests with a simple regex. This works because git doesn't ignore files that are already in git. So source and header file are safe. It doesn't ignore *.c files that haven't been added to git either. Signed-off-by: Mark Beckwith <wythe@intrig.com>
33 lines
469 B
Text
33 lines
469 B
Text
*~
|
|
*.o
|
|
*.orig
|
|
*.tx
|
|
*.txid
|
|
*.pb
|
|
*.gcda
|
|
*.gcno
|
|
*.dSYM
|
|
*.rej
|
|
.cppcheck-suppress
|
|
TAGS
|
|
ccan/tools/configurator/configurator
|
|
ccan/ccan/cdump/tools/cdump-enumstr
|
|
gen_*
|
|
cli/lightning-cli
|
|
tools/check-bolt
|
|
coverage
|
|
ccan/config.h
|
|
__pycache__
|
|
config.vars
|
|
|
|
# Ignore some generated binaries
|
|
*/test/run-*
|
|
!*/test/run-*.c
|
|
external/libbacktrace-build/
|
|
external/libbacktrace.a
|
|
external/libbacktrace.la
|
|
test/test_protocol
|
|
test/test_sphinx
|
|
tests/.pytest.restart
|
|
gossip_store
|
|
.pytest_cache
|