projects
/
gpgme.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
core: Fix possible compliance mode detection error.
[gpgme.git]
/
.gitignore
1
# GnuPG exclusions
2
/aclocal.m4
3
/autom4te.cache
4
/config.h.in
5
/configure
6
/config.h
7
/config.log
8
/config.status
9
/libtool
10
Makefile.in
11
Makefile
12
stamp-h1
13
*.o
14
*.lo
15
16
# Hidden files
17
*~
18
19
# Byte compiled Python
20
*.py[cod]
21
__pycache__
22
23
# C extensions
24
*.so
25
26
# Packages
27
*.egg
28
*.egg-info
29
build
30
eggs
31
parts
32
develop-eggs
33
.installed.cfg
34
35
# Installer logs
36
pip-log.txt
37
38
# Unit test / coverage reports
39
.coverage
40
.tox
41
nosetests.xml
42
43
# Translations
44
*.mo
45
46
# Mr Developer
47
.mr.developer.cfg
48
.project
49
.pydevproject
50
51
# Assorted Apple crap
52
default.profraw
53
.DS_Store
54
._.DS_Store