diff options
| author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-10-03 20:14:32 +0200 |
|---|---|---|
| committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-10-03 20:14:32 +0200 |
| commit | c8c00fabcf826914d965856590e063dd214842ca (patch) | |
| tree | 54a8ba8b06e709c862f44e5a47128e5a8b3dbc6f /.hgignore | |
init
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 0000000..47a7094 --- /dev/null +++ b/.hgignore @@ -0,0 +1,25 @@ +(^|/)\.svn($|/) +(^|/)\_darcs($|/) +(^|/)CVS($|/) +(^|/)\.cdv($|/) +(^|/)MT($|/) +(^|/)\.hg($|/) +(^|/)\.bzr($|/) +^tailor.log$ +^tailor.info$ +.*\.o +.*\.Po +config\..* +autom4te.cache +COPYING +INSTALL +Makefile +Makefile.in +configure +aclocal.m4 +depcomp +install-sh +stamp-h1 +missing +tags +flimsel |
