.hgignore
author Hartmut Goebel <h.goebel@crazy-compilers.com>
Thu, 27 Oct 2016 14:37:23 +0200
changeset 49 6e781b10c5a4
parent 47 7588a2e65285
child 65 d659b8c2ed22
permissions -rw-r--r--
Makefile: Add target `install`.

This makes distribution packagers live even easier.
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/