annotate .hgignore @ 4594:c992e7dcac92

Created .hgignore, removed all .gitignore files This is not a direct translation, I added some things (e.g. *.pyd) and removed things which are obsolete (e.g. localconfig.py)
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 01 Apr 2012 22:02:36 +0200
parents .gitignore@f0d6eecee677
children 5ca12e280a84
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4594
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
1 syntax: glob
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
2
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
3 *.orig
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
4 *.rej
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
5 *~
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
6 \#*\#
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
7 .\#*
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
8 *.swp
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
9 *.tmp
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
10 *.pyd
4558
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
11 *.pyc
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
12 *.pyo
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
13 build
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
14 demo
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
15 dist
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
16 MANIFEST
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
17 _test_*
f0d6eecee677 .cvsignore -> .gitignore
Eric S. Raymond <esr@thyrsus.com>
parents:
diff changeset
18 *.cover
4594
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
19 share/doc/roundup/html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
20 doc/FAQ.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
21 doc/admin_guide.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
22 doc/announcement.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
23 doc/customizing.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
24 doc/design.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
25 doc/developers.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
26 doc/features.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
27 doc/glossary.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
28 doc/implementation.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
29 doc/index.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
30 doc/installation.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
31 doc/mysql.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
32 doc/overview.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
33 doc/postgresql.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
34 doc/security.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
35 doc/tracker_templates.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
36 doc/upgrading.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
37 doc/user_guide.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
38 doc/whatsnew-0.7.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
39 doc/whatsnew-0.8.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
40 doc/xmlrpc.html
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
41 locale/*.mo
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
42 locale/*.bak
c992e7dcac92 Created .hgignore, removed all .gitignore files
Thomas Arendsen Hein <thomas@intevation.de>
parents: 4558
diff changeset
43 locale/*.poedit

Roundup Issue Tracker: http://roundup-tracker.org/