~njansson/dolfin/hpc

« back to all changes in this revision

Viewing changes to .hgignore

  • Committer: Joachim B Haga
  • Date: 2008-03-30 14:49:34 UTC
  • Revision ID: jobh@simula.no-20080330144934-4d3n6lp9w05fwfgd
Fix and update .hgignore

Some regexps not properly anchored and thus overly broad, and
update to ignore most normal build files as well as demo outputs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
(^|/)CVS($|/)
2
 
(^|/)\.hg($|/)
3
 
^tailor.log$
4
 
^tailor.state$
5
 
^tailor.state.journal$
6
 
.*\.o
7
 
.*\.Plo
8
 
.*\.Po
9
 
.*\.lo
10
 
.*\.la
11
 
.*\.a
12
 
.*~
 
1
syntax: glob
 
2
*.o
 
3
*.Plo
 
4
*.Po
 
5
*.lo
 
6
*.la
 
7
*.a
 
8
*.os
 
9
*~
 
10
*.pyc
 
11
*.so{,.0}
 
12
*.pc
 
13
 
 
14
syntax: regexp
 
15
^\.hg/
 
16
^local/
 
17
^dolfin\.conf$
 
18
^dolfin/swig/.*\.(py|cc|h)$
 
19
 
 
20
^scons/\.sconsign\.dblite$
 
21
^scons/options\.cache$
 
22
^scons/.*\.log$
 
23
 
 
24
^demo/.*/(cpp|python)/.*\.(pvd|vtu|xml)$