From 145dedd7347ab16301c67cd7048759fd7fe4da1b Mon Sep 17 00:00:00 2001 From: Gabriel Filion Date: Sun, 17 Mar 2013 18:24:08 -0400 Subject: [PATCH] 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 --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2