diff options
author | Ben McGinnes <[email protected]> | 2018-02-26 01:15:01 +0000 |
---|---|---|
committer | Ben McGinnes <[email protected]> | 2018-02-26 01:25:36 +0000 |
commit | 8a2d7b8c24126cd16a9d93bbb7cc3e4d4c0182b5 (patch) | |
tree | 425e6fd1658f2c899eaff56d7d3ce159af7c833c | |
parent | cpp: Add shorthand for key locate (diff) | |
parent | House keeping (diff) | |
download | gpgme-8a2d7b8c24126cd16a9d93bbb7cc3e4d4c0182b5.tar.gz gpgme-8a2d7b8c24126cd16a9d93bbb7cc3e4d4c0182b5.zip |
Merge branch 'ben/gitsettings' of ben/gitignored
Signed-off-by: Ben McGinnes <[email protected]>
-rw-r--r-- | .gitignore | 42 |
1 files changed, 42 insertions, 0 deletions
@@ -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 |