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