annotate .hgignore @ 405:c56a728412f1

file organisation + setup refactoring: - `/src` has been renamed to `/sat_pubsub`, this is the recommended naming convention - revamped `setup.py` on the basis of SàT's `setup.py` - added a `VERSION` which is the unique place where version number will now be set - use same trick as in SàT to specify dev version (`D` at the end) - use setuptools_scm to retrieve Mercurial hash when in dev version
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:00:02 +0200
parents d99047cd90f9
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
231
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
6 tags
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
7 twistd.log
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
8 twistd.pid
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
9 bridge_constructor/generated
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
10 _trial_temp/
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
11 sat.egg-info
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
12 *.un~
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
13 dist
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
14 MANIFEST
d99047cd90f9 added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
15 build