annotate .hgignore @ 151:6689aa54b20c default tip

refactoring from camelCase -> snake_case: This libraries was using camelCase due for historical reasons (related to the use of Twisted in the initial project). This patch fixes it by using PEP8 compliant snake_case
author Goffi <goffi@goffi.org>
date Sat, 08 Apr 2023 15:38:18 +0200
parents 49b40c9e6ba3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
8147568448cd added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
1 syntax: glob
8147568448cd added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
2 *.pyc
8147568448cd added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
3 *.pyv
8147568448cd added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
4 *.swp
8147568448cd added .hgignore
Goffi <goffi@goffi.org>
parents:
diff changeset
5 *.swo
37
49b40c9e6ba3 added MANIFEST to .hgignore
Goffi <goffi@goffi.org>
parents: 33
diff changeset
6 MANIFEST