From f89507a8bf140db93d51b94fc759ed971e4cec64 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Thu, 30 Apr 2015 19:52:33 +0200 Subject: [PATCH] Add a few .gitignore files --- .gitignore | 7 +++++++ data/.gitignore | 1 + tests/.gitignore | 2 ++ tools/.gitignore | 1 + 4 files changed, 11 insertions(+) create mode 100644 .gitignore create mode 100644 data/.gitignore create mode 100644 tests/.gitignore create mode 100644 tools/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..07460fe --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +Makefile +*.a +*.dll +*.dylib +*.o +*.so +*.so.* diff --git a/data/.gitignore b/data/.gitignore new file mode 100644 index 0000000..b92603b --- /dev/null +++ b/data/.gitignore @@ -0,0 +1 @@ +/libDatabase.pc diff --git a/tests/.gitignore b/tests/.gitignore new file mode 100644 index 0000000..a9fbd64 --- /dev/null +++ b/tests/.gitignore @@ -0,0 +1,2 @@ +/pylint.log +/tests.log diff --git a/tools/.gitignore b/tools/.gitignore new file mode 100644 index 0000000..7149778 --- /dev/null +++ b/tools/.gitignore @@ -0,0 +1 @@ +/client