[Libdlo] [PATCH 4/4] more .gitignore additions for a build tree.
Greg KH
greg at kroah.com
Fri May 22 15:54:18 PDT 2009
From: Greg Kroah-Hartman <gregkh at suse.de>
Signed-off-by: Greg Kroah-Hartman <gregkh at suse.de>
---
.gitignore | 2 ++
src/.gitignore | 1 +
test/.gitignore | 1 +
3 files changed, 4 insertions(+), 0 deletions(-)
create mode 100644 src/.gitignore
create mode 100644 test/.gitignore
diff --git a/.gitignore b/.gitignore
index 61022f8..9fba40b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,8 @@
*.swp
*.m4
.deps/
+.libs/
+config/
m4/
autom4te.cache/
Makefile
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..cadcee0
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1 @@
+libdlo.la
diff --git a/test/.gitignore b/test/.gitignore
new file mode 100644
index 0000000..a5bce3f
--- /dev/null
+++ b/test/.gitignore
@@ -0,0 +1 @@
+test1
--
1.6.3.1
More information about the Libdlo
mailing list