From a036af85a529152aa8d3ac8438b12db165bd7e2f Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 11 May 2015 01:17:46 +0200 Subject: [PATCH] Add a few .gitignore files --- data/.gitignore | 1 + doc/.gitignore | 4 ++++ tests/.gitignore | 8 ++++++++ tools/.gitignore | 2 ++ 4 files changed, 15 insertions(+) create mode 100644 data/.gitignore create mode 100644 doc/.gitignore create mode 100644 tests/.gitignore create mode 100644 tools/.gitignore diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..1efa92b --- /dev/null +++ b/data/.gitignore @@ -0,0 +1 @@ +/libApp.pc diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 0000000..5b97934 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1,4 @@ +/AppBroker.1 +/AppBroker.html +/AppClient.1 +/AppClient.html diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..3e78e35 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,8 @@ +/Dummy.h +/appclient +/appmessage +/appserver +/includes +/lookup +/tests.log +/transport diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..0cbdf07 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1,2 @@ +/AppBroker +/AppClient