diff options
| author | Mel <einebeere@gmail.com> | 2023-08-23 04:31:47 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-08-23 04:31:47 +0200 |
| commit | f05272d9214e8fbb13ac55d0b133855464c5afc5 (patch) | |
| tree | fdebe999540f71af95a2115fc8a6c31d85904722 /.gitignore | |
| parent | 48b1e7fd8fb16daacd7b87f6bc6d422400cd0a5f (diff) | |
| download | cthcous-f05272d9214e8fbb13ac55d0b133855464c5afc5.tar.zst cthcous-f05272d9214e8fbb13ac55d0b133855464c5afc5.zip | |
Simple container bridge server
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index d163863..542a269 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -build/ \ No newline at end of file +build/ +test.socket \ No newline at end of file |
