aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex <alex@scerba.org>2024-03-13 17:48:51 -0400
committerAlex Scerba <alex@scerba.org>2024-10-29 13:20:01 -0400
commit1fb1d4777a1cb0d65628f7816f9e4b9cbd95ed34 (patch)
tree86c768deb00bccdc1550569a0decc9afde3603dd
parent18ae039785628c8fe5ac40f4ca1942659f63f528 (diff)
Ignore http binary
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 9478c6d..7e59475 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,6 @@ site
website
notes.md
.DS_Store
+
+/http
+!cmd/http \ No newline at end of file