[git] GPGME - branch, ben/gitsettings, created. gpgme-1.10.0-13-g1b5719c
by Ben McGinnes
cvs at cvs.gnupg.org
Wed Feb 14 11:10:44 CET 2018
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GnuPG Made Easy".
The branch, ben/gitsettings has been created
at 1b5719cd57d80dcd9577141491a0860912e74cd4 (commit)
- Log -----------------------------------------------------------------
commit 1b5719cd57d80dcd9577141491a0860912e74cd4
Author: Ben McGinnes <ben at adversary.org>
Date: Wed Feb 14 21:08:04 2018 +1100
House keeping
* Added a bunch of things to .gitignore that might otherwise creep in
during Python development.
* This really should be merged ASAP. You'll thank me later ...
diff --git a/.gitignore b/.gitignore
index 4c37222..de173b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+# GnuPG exclusions
/aclocal.m4
/autom4te.cache
/config.h.in
@@ -11,3 +12,44 @@ Makefile
stamp-h1
*.o
*.lo
+
+# Hidden files
+*~
+
+# Byte compiled Python
+*.py[cod]
+__pycache__
+
+# C extensions
+*.so
+
+# Packages
+*.egg
+*.egg-info
+build
+eggs
+parts
+develop-eggs
+.installed.cfg
+
+# Installer logs
+pip-log.txt
+
+# Unit test / coverage reports
+.coverage
+.tox
+nosetests.xml
+
+# Translations
+*.mo
+
+# Mr Developer
+.mr.developer.cfg
+.project
+.pydevproject
+
+# Assorted Apple crap
+default.profraw
+.DS_Store
+._.DS_Store
+default.profraw
\ No newline at end of file
-----------------------------------------------------------------------
hooks/post-receive
--
GnuPG Made Easy
http://git.gnupg.org
More information about the Gnupg-commits
mailing list