[DVDnav-discuss] [PATCH] ignore some build files
Mike Frysinger
vapier at gentoo.org
Tue Apr 17 22:32:57 CEST 2012
Signed-off-by: Mike Frysinger <vapier at gentoo.org>
---
.gitignore | 14 ++++++++++++++
1 files changed, 14 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..656736d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,14 @@
+*.a
+*.la
+*.lo
+*.o
+
+*.diff
+*.orig
+*.patch
+*.rej
+
+.deps
+.libs
+
+Makefile.in
--
1.7.8.5
More information about the DVDnav-discuss
mailing list