server

view .hgignore @ 4637:82733a4020a0

Replaced all cvsignore files with one fresh hgignore file.
This is no 1:1 conversion but was created from scratch and tested with
a full build of the 2.2-stable branch.
author Sascha Wilde <wilde@intevation.de>
date Mon Sep 06 16:04:50 2010 +0200 (20 months ago)
parents
children b83c1ed030aa
line source
1 syntax: glob
3 # build and imported archives:
4 *.src.rpm
5 *.tar.gz
7 # various automake/autotools generated stuff:
8 configure
9 config.{log,status}
10 Makefile.in
11 aclocal.m4
12 install-sh
13 missing
14 autom4te.cache/
16 # specific files and hierarchies
17 # which might be generated during build:
18 kolab-webadmin/kolab-webadmin/dist_conf/
19 kolab-webadmin/kolab-webadmin/{COPYING,INSTALL,README,Makefile}
20 kolab-webadmin/kolab-webadmin/kolab-webadmin.spec
21 kolabd/kolabd/{INSTALL,README,Makefile,kolabd.spec}
22 perl-kolab/{Makefile,kolab.mk}