about summary refs log tree commit diff
path: root/.gitignore
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-03 19:32:55 +0000
committerJune McEnroe <june@causal.agency>2020-05-03 19:43:45 +0000
commit15a24186b08a81cd5cad12460e23f2952575d979 (patch)
tree3eccfaae2e59b993a8f86583bbd3be3625a2f1c9 /.gitignore
parentFetch manNN.tgz and compNN.tgz for OpenBSD (diff)
downloadexman-15a24186b08a81cd5cad12460e23f2952575d979.tar.gz
exman-15a24186b08a81cd5cad12460e23f2952575d979.zip
Add exman script
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 066e06a..8f9e5a6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
 *.tar
+exman
 freebsd/
 linux/
 netbsd/
e careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping 2015-08-12log: allow users to follow a fileJohn Keeping 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld 2015-08-12filters: apply HTML escapingLazaros Koromilas 2015-08-12git: update to v2.5.0Christian Hesse 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel ReicheltJune McEnroe 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe