Mailinglist Archive: zypp-commit (78 mails)
| < Previous | Next > |
[zypp-commit] <libzypp> SuSE-SLE-10-SP3-Branch : Add .gitignore
- From: Michael Andres <ma@xxxxxxx>
- Date: Fri, 22 May 2009 15:52:20 +0200
- Message-id: <E1M7VBh-0007Vy-Kz@xxxxxxxxxxxxxxxx>
ref: refs/heads/SuSE-SLE-10-SP3-Branch
commit f8ee67f321a8831de8f798ba380440334edd8e2c
Author: Michael Andres <ma@xxxxxxx>
Date: Fri May 22 15:50:55 2009 +0200
Add .gitignore
---
.gitignore | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..67587bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+Makefile.in
+Makefile
+.deps
+.libs
+*.o
+*.lo
+*.a
+*.la
+aclocal.m4
+autom4te.cache/
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
+libzypp.pc
+libzypp.spec
+devel/genclass
+doc/autodoc/Doxyfile
+po/POTFILES
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
commit f8ee67f321a8831de8f798ba380440334edd8e2c
Author: Michael Andres <ma@xxxxxxx>
Date: Fri May 22 15:50:55 2009 +0200
Add .gitignore
---
.gitignore | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..67587bf
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+Makefile.in
+Makefile
+.deps
+.libs
+*.o
+*.lo
+*.a
+*.la
+aclocal.m4
+autom4te.cache/
+config.guess
+config.h
+config.h.in
+config.log
+config.rpath
+config.status
+config.sub
+configure
+depcomp
+install-sh
+libtool
+ltmain.sh
+missing
+stamp-h1
+libzypp.pc
+libzypp.spec
+devel/genclass
+doc/autodoc/Doxyfile
+po/POTFILES
--
To unsubscribe, e-mail: zypp-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-commit+help@xxxxxxxxxxxx
| < Previous | Next > |