Christian Decker
3783281fdd
git: Ignore the connectd test binaries
2018-07-28 01:40:08 +00:00
Mark Beckwith
61ad8684a6
Added recently created unit tests to .gitignore
...
run-param and run-derive_basepoints
Signed-off-by: Mark Beckwith <wythe@intrig.com>
2018-07-19 05:49:43 +00:00
Rusty Russell
f6d22ed0cf
configure: new script.
...
You can use environment variables or the commandline to set defaults.
It looks very autoconf, but you don't need to learn m4.
Doesn't cover all the obscure flags, but it's easy to extend.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-06-08 17:56:01 +02:00
Christian Decker
294c76e749
gitignore: Ignore .pytest_cache
...
Signed-off-by: Christian Decker <decker.christian@gmail.com>
2018-06-06 03:32:27 +00:00
Rusty Russell
6fe2c037dc
Add .rej files to gitignore.
...
They turn up for me when I force-push a guilt patch.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-05-19 15:52:56 -04:00
ZmnSCPxj
b79bb1dbe6
gitignore: Ignore run-features
test.
2018-05-16 04:59:29 +00:00
ZmnSCPxj
249b1ac6df
.gitignore: Ignore onchaind test binary.
2018-04-06 19:42:59 +02:00
ZmnSCPxj
1fe79df867
.gitignore: Ignore gossip_store
file.
...
This, is generated, by `make check`.
Probably better to put it in some location elsewhere, though?
2018-03-30 00:01:46 +02:00
Rusty Russell
a54872063f
check-cppcheck: autogen suppressions for all the list_for_each(_safe)
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2018-03-29 23:16:03 +02:00
conanoc
4c6d72a919
Update git configs for mac build
2018-03-26 00:30:39 +00:00
William Casarin
3e7aabe256
test: add tests for parse_ip_port
...
This tests the basic functionality of parse_ip_port, which is used in
parse_wireaddr.
Signed-off-by: William Casarin <jb55@jb55.com>
2017-12-21 09:56:20 +00:00
practicalswift
b5c8b9b9b3
Add build artefacts generated during "make"/"make check" to .gitignore
2017-12-08 13:07:50 +01:00
Rusty Russell
40fc95921d
Cleanup: remove unused IRC flag.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-09-04 08:47:13 +02:00
Rusty Russell
bbed5e3411
Rename subdaemons, move them into top level.
...
We leave the *build* results in lightningd/ for ease of in-place testing though.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
Rusty Russell
8375857116
common: absorb remaining files from daemon/
...
Also, we split the more sophisticated json_add helpers to avoid pulling in
everything into lightning-cli, and unify the routines to print struct
short_channel_id (it's ':', not '/' too).
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-29 17:54:14 +02:00
Rusty Russell
26ffa8fdec
check-bolt: move to tools/
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-08-22 14:56:02 +02:00
Christian Decker
de822b7ea0
git: Ignore closing daemon
2017-08-10 12:34:58 +09:30
Rusty Russell
811e14ff66
Update .gitignore files.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-05-12 12:59:09 +02:00
Christian Decker
a99744e68e
gitignore: Added channeld to ignore list.
2017-03-11 16:54:16 +01:00
Christian Decker
7ac7a6a47e
cleanup: Ignoring libwally artifacts and distclean cleans them
2017-02-27 23:14:43 +01:00
Christian Decker
421edc9500
gitignore: Added some binaries to gitignore
2017-02-27 22:25:43 +01:00
Rusty Russell
1271ac8899
libwally-core: import version 3b025127cbf11912f8b95e7ff3c905d74e8433ce
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-02-21 15:15:28 +10:30
Christian Decker
a6cf93782b
gitignore: Ignoring some more test-binaries.
2017-02-09 11:08:32 +01:00
Christian Decker
3d20cf559a
gitignore: Ignoring some of the test-binaries.
2017-01-13 19:45:53 +01:00
Rusty Russell
91209d4d66
ccan: forgotten test files after last update.
...
Also add ccan/config.h to .gitignore.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-11 10:17:33 +10:30
Rusty Russell
73d07ce441
libsodium: use our local submodule.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2017-01-11 10:04:26 +10:30
Christian Decker
07fbeee29d
coverage: Added coverage
makefile target
...
Added coverage files to `clean` and `coverage` target to generate HTML
report of coverage.
2017-01-10 09:27:55 +10:30
Rusty Russell
03a538ca02
check-bolt: check that comments in code match the specs.
...
And fix the mistakes!
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2016-05-03 11:27:56 +09:30
Braydon Fuller
e0c4d40899
doc: add install notes
2016-02-24 23:59:33 -05:00
Rusty Russell
1cb147c5b8
Version number, name, and build details.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-08-08 20:45:49 +09:30
Rusty Russell
a0fc4f8a79
Update .gitignore.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-08-03 16:29:35 +09:30
Rusty Russell
ee3af28980
test-cli/txid-of: simple helper to get txid.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-07-24 16:00:10 +09:30
Rusty Russell
402f1d28a8
Update .gitignore.
...
Reduce the clutter.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-07-09 15:25:01 +09:30
Rusty Russell
a0b621689e
TAGS: Improve support.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-06-12 12:44:45 +09:30
Rusty Russell
5776c7a9d8
Update .gitignore
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-06-12 12:35:42 +09:30
Rusty Russell
81ac81e699
Rename openchannel to open-channel.
...
Since I'm about to write create-anchor, which definitely needs a separator.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-05-26 14:14:19 +09:30
Rusty Russell
1c4fdce514
Initial silly cmdline util to create an openchannel packet.
...
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2015-05-26 14:08:38 +09:30