diff options
author | Florian Festi <ffesti@redhat.com> | 2008-07-17 10:37:03 +0200 |
---|---|---|
committer | Florian Festi <ffesti@redhat.com> | 2008-07-17 10:37:03 +0200 |
commit | d422e661c1790db2d6a1e6fe36eff5eb4506ad5b (patch) | |
tree | 4cbe3a82ec55698ebdb50d317db339ae01eda7fc /.gitignore | |
parent | 78ccd971f2cb0dde427ba697282711e3245d0d7d (diff) | |
download | librpm-tizen-d422e661c1790db2d6a1e6fe36eff5eb4506ad5b.tar.gz librpm-tizen-d422e661c1790db2d6a1e6fe36eff5eb4506ad5b.tar.bz2 librpm-tizen-d422e661c1790db2d6a1e6fe36eff5eb4506ad5b.zip |
Added .gitignore file to get sane git status reports
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 71 |
1 files changed, 71 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..1b9d85054 --- /dev/null +++ b/.gitignore @@ -0,0 +1,71 @@ +.* +!.gitignore +/build/* +/config* +!configure.ac +/db3 +/db +/db-4.5.20 +/lib/rpmdb_* +!/lib/rpmdb_internal.h +/po/*.gmo +*.lo +*.la +*.tmp +Makefile +Makefile.in +Makefile.in.in + +/ABOUT-NLS +/Doxytags +/aclocal.m4 +/autom4te.cache +/db.h +/depcomp +/doc/librpm.doxy +/doc/librpm/html +/find-provides +/find-requires +/include +/install-sh +/javadeps +/lib/rpmints.h +/lib/stamp-h2 +/lib/tagtbl.c +/libtool +/ltmain.sh +/m4 +/macros +/missing +/platform +/po/Makefile.in.in +/po/Makevars.template +/po/POTFILES +/po/Rules-quot +/po/boldquot.sed +/po/en@boldquot.header +/po/en@quot.header +/po/insert-header.sin +/po/quot.sed +/po/remove-potcdate.sin +/po/stamp-po +/rpm +/rpm.pc +/rpm2cpio +/rpmb +/rpmbuild +/rpmcache +/rpmd +/rpmdeps +/rpmgraph +/rpmi +/rpmk +/rpmpopt-4.4.90 +/rpmpopt-4.5.90 +/rpmq +/rpmrc +/scripts/macros.perl +/scripts/macros.php +/scripts/macros.python +/stamp-h1 +/tests/atconfig |