Skip to content
Snippets Groups Projects
Commit 6c9b6074 authored by Niels Möller's avatar Niels Möller
Browse files

Updated .gitignore files. Ignore various linked files.

parent f7b2c573
Branches
Tags
No related merge requests found
RCS
SCCS
CVS
CVS.adm
RCSLOG
cvslog.*
tags tags
TAGS TAGS
.make.state
.nse_depinfo
*~ *~
#* #*
.#* .#*
,*
_$*
*$
*.old *.old
*.bak *.bak
*.BAK *.BAK
...@@ -26,10 +15,6 @@ _$* ...@@ -26,10 +15,6 @@ _$*
*.obj *.obj
*.so *.so
*.exe *.exe
*.Z
*.elc
*.ln
core
/*.tar.gz /*.tar.gz
/*.tar.gz.asc /*.tar.gz.asc
/Makefile /Makefile
...@@ -42,7 +27,11 @@ core ...@@ -42,7 +27,11 @@ core
/config.log /config.log
/config.status /config.status
/configure /configure
/old
/stamp-h /stamp-h
/stamp-h.in /stamp-h.in
/stamp-h1 /stamp-h1
/INSTALL
/depcomp
/install-sh
/missing
/texinfo.tex
/*.d
/*.tar.gz /*.tar.gz
/.deps /.deps
/Makefile /Makefile
...@@ -14,3 +15,8 @@ ...@@ -14,3 +15,8 @@
/stamp-h /stamp-h
/stamp-h.in /stamp-h.in
/stamp-h1 /stamp-h1
/acinclude.m4
/depcomp
/install-sh
/missing
/vsnprintf.c
...@@ -5,3 +5,4 @@ ...@@ -5,3 +5,4 @@
/ex3 /ex3
/ex4 /ex4
/test.out /test.out
/run-tests
...@@ -16,3 +16,8 @@ ...@@ -16,3 +16,8 @@
/stamp-h /stamp-h
/stamp-h.in /stamp-h.in
/stamp-h1 /stamp-h1
/acinclude.m4
/depcomp
/install-sh
/missing
/vsnprintf.c
/Makefile /Makefile
/Makefile.in /Makefile.in
/run-tests
...@@ -14,3 +14,10 @@ ...@@ -14,3 +14,10 @@
/spki-types.h /spki-types.h
/stamp-h.in /stamp-h.in
/stamp-h1 /stamp-h1
/INSTALL
/acinclude.m4
/config.guess
/config.sub
/depcomp
/install-sh
/missing
...@@ -11,3 +11,4 @@ ...@@ -11,3 +11,4 @@
/test.in /test.in
/test.out /test.out
/testhome /testhome
/run-tests
...@@ -5,3 +5,6 @@ ...@@ -5,3 +5,6 @@
/spki-delegate /spki-delegate
/spki-make-signature /spki-make-signature
/spki-reduce /spki-reduce
/getopt.c
/getopt1.c
/getopt.h
...@@ -31,3 +31,4 @@ ...@@ -31,3 +31,4 @@
/twofish-test /twofish-test
/utf8-test /utf8-test
/yarrow-seed-file /yarrow-seed-file
/run-tests
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment