annotate .hgignore @ 11502:4638800cd660

delete data pointer members from liboctave ODE/DAE classes; make destuctors virtual in ODE/DAE base classes
author John W. Eaton <jwe@octave.org>
date Thu, 13 Jan 2011 03:16:40 -0500
parents feaaf725c54f
children 95b1c64c287f
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
22412e3a4641 Tailor preparing to convert repo by adding .hgignore
jwe@segfault.lan
parents:
diff changeset
1 (^|/)CVS($|/)
22412e3a4641 Tailor preparing to convert repo by adding .hgignore
jwe@segfault.lan
parents:
diff changeset
2 (^|/)\.hg($|/)
22412e3a4641 Tailor preparing to convert repo by adding .hgignore
jwe@segfault.lan
parents:
diff changeset
3 (^|/)\.hgtags($|/)
7823
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 0
diff changeset
4
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 0
diff changeset
5 ^build-.*($|/)
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 0
diff changeset
6 (^|/)configure$
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 0
diff changeset
7 (^|/)autom4te.cache($|/)
feaaf725c54f Ignore build directories.
Michael Goffioul <michael.goffioul@gmail.com>
parents: 0
diff changeset
8 ^config\.h\.in$