From 1de8dd93f1d3d48593ae70d2a09a5dd1463428cd Mon Sep 17 00:00:00 2001 From: Quentin Young Date: Tue, 9 Jan 2018 15:53:51 -0500 Subject: [PATCH] sharpd: add .gitignore Signed-off-by: Quentin Young --- sharpd/.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sharpd/.gitignore diff --git a/sharpd/.gitignore b/sharpd/.gitignore new file mode 100644 index 0000000000..c396f3ef94 --- /dev/null +++ b/sharpd/.gitignore @@ -0,0 +1,18 @@ +Makefile +Makefile.in +*.o +tags +TAGS +.deps +.nfs* +*.lo +*.la +*.a +*.libs +.arch-inventory +.arch-ids +*~ +*.loT +*clippy.c +sharpd +sharpd.conf