annotate .hgignore @ 533:a4044956e08c

scripts/getan-daily-report: improve summary output * .. by printing the day first, using an YYYYMMDD and localized weekday abbreviation because this is BER's default format.
author Bernhard Reiter <bernhard@intevation.de>
date Mon, 06 Jan 2020 11:05:43 +0100
parents c8310574ec92
children
rev   line source
29
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
1 syntax: glob
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
2
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
3 *.orig
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
4 *.rej
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
5 *~
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
6 *.pyc
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
7 *.swp
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
8 \#*\#
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
9 .\#*
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
10 getan.log
f5426961a380 Add .hgignore:
Thomas Arendsen Hein <thomas@intevation.de>
parents:
diff changeset
11 time.db
75
fa53e2ec484d Ignore ctags file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 29
diff changeset
12 tags
178
3f1ffb879ee8 Update hgignore file
Björn Ricks <bjoern.ricks@intevation.de>
parents: 75
diff changeset
13 getan.egg-info
258
4f7cb3693d20 Ignore urwid subdirs in getan
Björn Ricks <bjoern.ricks@intevation.de>
parents: 178
diff changeset
14 urwid*
383
c8310574ec92 Ignore dist and build directories
Björn Ricks <bjoern.ricks@intevation.de>
parents: 258
diff changeset
15 dist
c8310574ec92 Ignore dist and build directories
Björn Ricks <bjoern.ricks@intevation.de>
parents: 258
diff changeset
16 build
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)