.hgignore
author martin f. krafft <madduck@madduck.net>
Sat, 07 Apr 2012 15:00:10 +0200
branchv0.6.x
changeset 494 2c5e2613eca8
parent 210 3ddb735ec9d2
child 495 612a60e9d558
permissions -rw-r--r--
Instruct mercurial to ignore build directory Python's distutil builds the package into ./build/, which can and should be ignored with respect to the repository. This patch simply adds the appropriate line to .hgignore.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     1
# use glob syntax.
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     2
syntax: glob
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     3
129
4ffb50de00d5 Updated translation.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 101
diff changeset
     4
*~
101
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     5
*.py?
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     6
.*.swp
0ab6f74aa165 .hgignore: added to repository
Pascal Volk <neverseen@users.sourceforge.net>
parents:
diff changeset
     7
.swp
210
3ddb735ec9d2 Added 'doc/build' to the ignored files.
Pascal Volk <neverseen@users.sourceforge.net>
parents: 129
diff changeset
     8
doc/build
494
2c5e2613eca8 Instruct mercurial to ignore build directory
martin f. krafft <madduck@madduck.net>
parents: 210
diff changeset
     9
build