.hgignore
author Volker Birk <vb@pep-project.org>
Thu, 21 Jan 2021 01:46:34 +0100
changeset 70 58043c7bcc51
parent 47 7588a2e65285
child 65 d659b8c2ed22
permissions -rw-r--r--
renamed in Python 3
0
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     1
syntax: glob
76005e62091d initial commit
Volker Birk <vb@pep-project.org>
parents:
diff changeset
     2
*.pyc
26
0c3815cbb51e adding samples
Volker Birk <vb@pep-project.org>
parents: 0
diff changeset
     3
*.html
47
7588a2e65285 Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents: 26
diff changeset
     4
dist/
7588a2e65285 Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents: 26
diff changeset
     5
build/
7588a2e65285 Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents: 26
diff changeset
     6
*.egg-info/
7588a2e65285 Update .hgignore.
Hartmut Goebel <h.goebel@crazy-compilers.com>
parents: 26
diff changeset
     7
.git/