From: Gabriel Filion Date: Sun, 17 Mar 2013 22:24:08 +0000 (-0400) Subject: Ignore artefacts from sampledata X-Git-Tag: bup-0.25-rc2~37 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=bup.git;a=commitdiff_plain;h=145dedd7347ab16301c67cd7048759fd7fe4da1b Ignore artefacts from sampledata 9b5ae5f53e introduced the creation of some symlinks to avoid issues on Cygwin. "make" now leaves the repository in a dirty state since we forgot to exclude those symlinks. The symlinks in question are products of the build/test process so we need to avoid commiting them. Signed-off-by: Gabriel Filion Reviewed-by: Rob Browning --- diff --git a/.gitignore b/.gitignore index 96387b1..9a50e86 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,5 @@ out2[tc] /build *.swp nbproject +/t/sampledata/[bc] +/t/sampledata/etc