
wking at drexel
Apr 12, 2012, 10:51 AM
Views: 321
Permalink
|
|
[PATCH 0/2] gitignore and string.h updates for GPGME
|
|
While I'm waiting for the go-ahead for more major socket changes to GPGME, here are a few more minor cleanups. I think I got the ChangeLog commit message format right this time ;). W. Trevor King (2): .gitignore: flesh out rules and add subdirectory-.gitignores. status-table.c: include string.h for strcmp. .gitignore | 13 ++++++++----- doc/.gitignore | 5 +++++ lang/cl/.gitignore | 1 + src/.gitignore | 7 +++++++ src/status-table.c | 1 + tests/.gitignore | 10 ++++++++++ tests/gpg/.gitignore | 30 ++++++++++++++++++++++++++++++ tests/gpgsm/.gitignore | 17 +++++++++++++++++ tests/opassuan/.gitignore | 3 +++ 9 files changed, 82 insertions(+), 5 deletions(-) create mode 100644 doc/.gitignore create mode 100644 lang/cl/.gitignore create mode 100644 src/.gitignore create mode 100644 tests/.gitignore create mode 100644 tests/gpg/.gitignore create mode 100644 tests/gpgsm/.gitignore create mode 100644 tests/opassuan/.gitignore -- 1.7.3.4 _______________________________________________ Gnupg-devel mailing list Gnupg-devel [at] gnupg http://lists.gnupg.org/mailman/listinfo/gnupg-devel
|