From 6ba525b64b8e8f85c83ba03039160280bd170e6a Mon Sep 17 00:00:00 2001 From: Max Regan Date: Thu, 20 Apr 2017 17:47:36 -0700 Subject: [PATCH] .gitignore: add a gitignore for build artifacts Signed-off-by: Max Regan --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ca6a698 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +GPATH +GRTAGS +GTAGS +GSYMS +*.o +build/* +*.gcov +*.gcov.c +*.gcno +*.gcda +*[#]*[#] \ No newline at end of file