search for: 147e1cb

Displaying 2 results from an estimated 2 matches for "147e1cb".

Did you mean: 147c0cb
2009 Aug 05
2
[PATCH] Add some newly-untracked files to .gitignore
--- .gitignore | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 147e1cb..dcea811 100644 --- a/.gitignore +++ b/.gitignore @@ -154,10 +154,21 @@ po/POTFILES po/remove-potcdate.sed po/stamp-it po/stamp-po +po/LINGUAS +po/Makefile.in.in +po/Makevars +po/Rules-quot +po/boldquot.sed +po/en at boldquot.header +po/en at quot.header +po/insert-header.sin +po/quot.sed +po/re...
2009 Aug 03
1
use gnulib, and begin to pass its "make syntax-check" tests
...s(+), 839 deletions(-) create mode 100644 .gitmodules create mode 160000 .gnulib create mode 100755 bootstrap create mode 100644 cfg.mk delete mode 100755 config.rpath delete mode 100755 gitlog-to-changelog delete mode 100755 mkinstalldirs diff --git a/.gitignore b/.gitignore index a3b365f..147e1cb 100644 --- a/.gitignore +++ b/.gitignore @@ -179,3 +179,8 @@ test-tool/libguestfs-test-tool.1 test-tool/libguestfs-test-tool test-tool/libguestfs-test-tool-helper v2v/virt-v2v.1 +/GNUmakefile +/maint.mk +/build-aux +/gnulib +.git-module-status diff --git a/.gitmodules b/.gitmodules new file mode...