aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-06-15 13:42:32 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-06-15 13:42:32 +0200
commitb88443d62c935aa82230b59a6ef5a369373d0971 (patch)
tree973ce8aeb898d0577f9b957903d3e45bd93a6ab3
parent602693bbbe0ce117e5b6bfb2998530d685fbb113 (diff)
downloadriver-b88443d62c935aa82230b59a6ef5a369373d0971.tar.gz
river-b88443d62c935aa82230b59a6ef5a369373d0971.tar.xz
org: unify gitignore
-rw-r--r--.gitignore4
-rw-r--r--protocol/.gitignore2
2 files changed, 3 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index b028b8c..32e32de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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