[Rpm-maint] [PATCH 1/3] build: Update .gitignore rules

Mukund Sivaraman muks at banu.com
Thu Sep 29 07:09:12 UTC 2011


---
 .gitignore          |    6 ++++--
 autodeps/.gitignore |    2 ++
 lib/.gitignore      |    1 +
 python/.gitignore   |    1 +
 4 files changed, 8 insertions(+), 2 deletions(-)
 create mode 100644 autodeps/.gitignore
 create mode 100644 lib/.gitignore
 create mode 100644 python/.gitignore

diff --git a/.gitignore b/.gitignore
index 70e25d0..c288b26 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,8 +29,6 @@ Makefile.in.in
 /doc/librpm.doxy
 /doc/librpm/html
 /elfdeps
-/find-provides
-/find-requires
 /include
 /install-sh
 /javadeps
@@ -61,14 +59,18 @@ Makefile.in.in
 /rpmbuild
 /rpmcache
 /rpmd
+/rpmdb
 /rpmdeps
 /rpmgraph
 /rpmi
 /rpmk
+/rpmkeys
 /rpmpopt-*
 /rpmq
 /rpmrc
+/rpmsign
 /rpmsort
+/rpmspec
 /scripts/macros.perl
 /scripts/macros.php
 /scripts/macros.python
diff --git a/autodeps/.gitignore b/autodeps/.gitignore
new file mode 100644
index 0000000..1151756
--- /dev/null
+++ b/autodeps/.gitignore
@@ -0,0 +1,2 @@
+/find-provides
+/find-requires
diff --git a/lib/.gitignore b/lib/.gitignore
new file mode 100644
index 0000000..1fb7263
--- /dev/null
+++ b/lib/.gitignore
@@ -0,0 +1 @@
+/tagtbl.C
diff --git a/python/.gitignore b/python/.gitignore
new file mode 100644
index 0000000..ca7802a
--- /dev/null
+++ b/python/.gitignore
@@ -0,0 +1 @@
+/setup.py
-- 
1.7.4.4



More information about the Rpm-maint mailing list