From 9ea8663420e2b591ff7e43176fbfb2137aacf79c Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 5 May 2013 13:15:10 +0200 Subject: misc: move file to source root Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4566395..117ec38 100644 --- a/.gitignore +++ b/.gitignore @@ -24,7 +24,7 @@ *.a # Testing folders -test/fuzzing/ +fuzzing/ # Ignore if someone adapts Makefile Makefile -- cgit v1.2.3-54-g00ecf