annotate .hgignore @ 2233:90c25a29fb35

New option: 'gpg_path' The path to the gpg binary can now be specified in order to force the use of GnuPG version 1 on systems which have both versions installed.
author Holger Weiß <holger@zedat.fu-berlin.de>
date Sat, 21 Nov 2015 17:44:55 +0100
parents 0355be54e3a9
children d2111a776b66
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
1 syntax: glob
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
2
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
3 Makefile
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
4 Makefile.in
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
5 *.[oa]
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
6 *.l[oa]
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
7 .libs
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
8 .deps
2117
0355be54e3a9 Update HGignore
Mikael Berthe <mikael@lilotux.net>
parents: 2078
diff changeset
9 .dirstamp
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
10 mcabber/mcabber/hgcset.h
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
11 mcabber/mcabber/mcabber
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
12 mcabber/mcabber/mcabber.exe
1724
0fa71bfe703d Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1672
diff changeset
13 mcabber/mcabber.pc
255
035e45093ab7 # HG changeset patch
mikael@frmp8452
parents: 0
diff changeset
14
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
15 autom4te.cache
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
16 mcabber/aclocal.m4
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
17 mcabber/configure
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
18 mcabber/depcomp
1051
9d604589d41d Update .hgignore
Mikael Berthe <mikael@lilotux.net>
parents: 925
diff changeset
19 mcabber/libtool
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
20 mcabber/ltmain.sh
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
21 mcabber/macros/lt*.m4
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
22 mcabber/macros/libtool.m4
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
23 mcabber/missing
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
24 mcabber/mkinstalldirs
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
25 mcabber/mcabber/stamp-h1
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
26 mcabber/include/stamp-h2
2078
2a62243f6da9 Update HGignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1742
diff changeset
27 mcabber/compile
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
28
925
442e2f9e8bfb Hg-ignore config.h*
Mikael Berthe <mikael@lilotux.net>
parents: 869
diff changeset
29 config.h*
1742
d86e35d72955 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1724
diff changeset
30 config.{log,cache,guess,status,sub}
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
31
1567
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
32 mcabber/doc/guide/guide.{aux,bbl,blg,log,out,pdf,toc}
48c2060845ac Update Mercurial .hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1051
diff changeset
33
435
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
34 *.sw?
285dea1f1937 Switch .hgignore file to new syntax
Mikael Berthe <mikael@lilotux.net>
parents: 386
diff changeset
35 cscope.out
869
9ce308598c0a HG-Ignore ctags file
Mikael Berthe <mikael@lilotux.net>
parents: 817
diff changeset
36 tags
798
bbaab5692b0e hgignore: Ignore hgcset.h
Mikael Berthe <mikael@lilotux.net>
parents: 435
diff changeset
37 mcabber/ptodo
1672
3f8a44af3695 Update hgignore file
Mikael Berthe <mikael@lilotux.net>
parents: 1567
diff changeset
38 mcabber/ppatches