.hgignore
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 17 Mar 2020 11:29:04 +0100
changeset 48 9e69f3056f4b
parent 47 7588a2e65285
child 65 d659b8c2ed22
permissions -rw-r--r--
Makefile: Add target `dist`.
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/