.hgignore
author Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
Sun, 06 Apr 2008 21:41:31 +0100
changeset 2885 34fd5f64cf72
parent 1856 0f572793e57a
child 2899 e5070e510fa8
permissions -rw-r--r--
Ignore .py[co] files (python bytecodes)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1324
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     1
\.rej$
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     2
\.orig$
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     3
\.o$
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     4
~$
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     5
^build-dir
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     6
^build
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     7
^doc/html
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     8
^doc/latex
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
     9
^\.lock-wscript
968f98557540 Update and fix (entries are searched regexps, not globs) the hg ignored files list.
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1321
diff changeset
    10
^\.waf
1856
0f572793e57a update ignore list
Mathieu Lacage <mathieu.lacage@sophia.inria.fr>
parents: 1541
diff changeset
    11
^doc/introspected-doxygen\.h$
2885
34fd5f64cf72 Ignore .py[co] files (python bytecodes)
Gustavo J. A. M. Carneiro <gjc@inescporto.pt>
parents: 1856
diff changeset
    12
.*\.py[co]$