author | Christian Ebert <blacktrash@gmx.net> |
Wed, 18 Jul 2007 22:50:34 +0200 | |
changeset 198 | 99ab1bcffa67 |
parent 124 | 99dc49c5bcfb |
child 212 | 0ac36a08c320 |
permissions | -rw-r--r-- |
0
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
1 |
syntax: glob |
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
2 |
|
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
3 |
*.pyc |
124
99dc49c5bcfb
Setup standalone module install, version tracking
Christian Ebert <blacktrash@gmx.net>
parents:
0
diff
changeset
|
4 |
*.pyo |
0
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
5 |
*~ |
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
6 |
*.swp |
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
7 |
*.orig |
41c7e55cd9e9
Startup hgkeyword package with .hgignore, __init__.py
Christian Ebert <blacktrash@gmx.net>
parents:
diff
changeset
|
8 |
*.rej |
124
99dc49c5bcfb
Setup standalone module install, version tracking
Christian Ebert <blacktrash@gmx.net>
parents:
0
diff
changeset
|
9 |
|
99dc49c5bcfb
Setup standalone module install, version tracking
Christian Ebert <blacktrash@gmx.net>
parents:
0
diff
changeset
|
10 |
hgkw/__version__.py |