From 4cd21779445cb88a3313e8999fc8c891e970c7c8 Mon Sep 17 00:00:00 2001 From: Frank Morgner Date: Tue, 11 Jun 2013 15:20:12 +0200 Subject: [PATCH] added empty m4 directories ... to satisfy autoconf --- ccid/m4/.gitignore | 4 ++++ npa/m4/.gitignore | 4 ++++ pcsc-relay/m4/.gitignore | 4 ++++ virtualsmartcard/m4/.gitignore | 4 ++++ 4 files changed, 16 insertions(+) create mode 100644 ccid/m4/.gitignore create mode 100644 npa/m4/.gitignore create mode 100644 pcsc-relay/m4/.gitignore create mode 100644 virtualsmartcard/m4/.gitignore diff --git a/ccid/m4/.gitignore b/ccid/m4/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/ccid/m4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/npa/m4/.gitignore b/npa/m4/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/npa/m4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/pcsc-relay/m4/.gitignore b/pcsc-relay/m4/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/pcsc-relay/m4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore diff --git a/virtualsmartcard/m4/.gitignore b/virtualsmartcard/m4/.gitignore new file mode 100644 index 0000000..5e7d273 --- /dev/null +++ b/virtualsmartcard/m4/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore