diff options
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | protocol/.gitignore | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -1,2 +1,4 @@ zig-cache -*.1 +protocol/*.h +protocol/*.c +doc/*.1 diff --git a/protocol/.gitignore b/protocol/.gitignore deleted file mode 100644 index 68359a7..0000000 --- a/protocol/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -*.c -*.h |
