[Nagios-devel] [PATCH] NDOUtils - Added .gitignore

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Guest

[Nagios-devel] [PATCH] NDOUtils - Added .gitignore

Post by Guest »

This is a multi-part message in MIME format.
--------------000404030303060209000807
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Ethan,

since patch-queue development is easier using git, it would be very nice
if you can include this patch for a .gitignore (cp'd from .cvsignore) to
your NDOUtils CVS head.

TIA

Regards,
Hendrik

Signed-off-by: Hendrik Baecker
- ---
.gitignore | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
create mode 100644 .gitignore
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkmMsZAACgkQlI0PwfxLQjmX+ACcCyEtGaCJiGa4QbGlspveAKup
TWEAn3GMC9uikAcwKV2+FRYaarG4GLnT
=26y8
-----END PGP SIGNATURE-----

--------------000404030303060209000807
Content-Type: text/x-patch;
name="3d55484907e67c7f7622a275eb928e55963d73b2.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
filename="3d55484907e67c7f7622a275eb928e55963d73b2.diff"

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..69dca4f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+autom4te.cache
+


--------------000404030303060209000807--





This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]
Locked