aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rwxr-xr-xdist.sh2
2 files changed, 1 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 909b302..9af1054 100644
--- a/.gitignore
+++ b/.gitignore
@@ -106,7 +106,6 @@ tls/*.h
106include/pqueue.h 106include/pqueue.h
107include/tls.h 107include/tls.h
108include/openssl/*.h 108include/openssl/*.h
109include/openssl/*.he
110 109
111!/apps/apps_win.c 110!/apps/apps_win.c
112!/apps/poll_win.c 111!/apps/poll_win.c
diff --git a/dist.sh b/dist.sh
index ff740b7..7d2af51 100755
--- a/dist.sh
+++ b/dist.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2set -e 2set -e
3 3
4rm -f man/*.1 man/*.3 4rm -f man/*.1 man/*.3 include/openssl/*.h
5./autogen.sh 5./autogen.sh
6./configure 6./configure
7make distcheck 7make distcheck