From 4d9915573a3ebf4deb1078af0f00c060c5966f02 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 2 May 2020 12:23:55 +0200 Subject: organize top level files Remove .gitattributes, we don't have any of these files now. Move fuzzit.sh -> tools/fuzzit.sh. --- .gitattributes | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index a5b1f2fb1..000000000 --- a/.gitattributes +++ /dev/null @@ -1,3 +0,0 @@ -executor/defs.h linguist-generated -executor/syscalls.h linguist-generated -sys/*/gen/*.go linguist-generated -- cgit mrf-deployment