diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-11-02 00:00:23 +0100 |
---|---|---|
committer | Tom Smeding <tom@tomsmeding.com> | 2021-02-28 11:43:39 +0100 |
commit | e7133882fe69d8f718cbaf910a22512153db11ee (patch) | |
tree | 396cf6a3bf79e212ee08c709be4c8ce510b6fb33 /mock/.gitignore | |
parent | 6aebd10ba045085ed1d0ca7c0ffbf69196c3308c (diff) |
mock: Start writing a mock server implementation
This is intended to be used for property testing later. Doing this in
Haskell should make it easy enough that maintaining a double
implementation is not _too_ bad.
Diffstat (limited to 'mock/.gitignore')
-rw-r--r-- | mock/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mock/.gitignore b/mock/.gitignore new file mode 100644 index 0000000..c33954f --- /dev/null +++ b/mock/.gitignore @@ -0,0 +1 @@ +dist-newstyle/ |