From 91def498916935bc9ebd433a28981d19bf426961 Mon Sep 17 00:00:00 2001 From: marha Date: Mon, 30 May 2011 14:12:12 +0200 Subject: Added gitignore files --- openssl/.gitignore | 6 ++++++ openssl/crypto/.gitignore | 2 ++ openssl/ms/.gitignore | 6 ++++++ 3 files changed, 14 insertions(+) create mode 100644 openssl/.gitignore create mode 100644 openssl/crypto/.gitignore create mode 100644 openssl/ms/.gitignore (limited to 'openssl') diff --git a/openssl/.gitignore b/openssl/.gitignore new file mode 100644 index 000000000..5ee27150b --- /dev/null +++ b/openssl/.gitignore @@ -0,0 +1,6 @@ +MINFO +Makefile +inc32 +out32_d +tmp32 +tmp32_d \ No newline at end of file diff --git a/openssl/crypto/.gitignore b/openssl/crypto/.gitignore new file mode 100644 index 000000000..966fd5d48 --- /dev/null +++ b/openssl/crypto/.gitignore @@ -0,0 +1,2 @@ +buildinf.h +opensslconf.h \ No newline at end of file diff --git a/openssl/ms/.gitignore b/openssl/ms/.gitignore new file mode 100644 index 000000000..68bee1575 --- /dev/null +++ b/openssl/ms/.gitignore @@ -0,0 +1,6 @@ +bcb.mak +libeay32.def +nt.mak +ntdll.mak +ssleay32.def +version32.rc \ No newline at end of file -- cgit v1.2.3