From b535b30611904aeca1fb28ed9c2b04e750b49b9d Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Fri, 28 Sep 2012 06:15:42 -0700 Subject: [PATCH] Add .gitignore to ignore built files. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1c52c8a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +hello_world +*.o -- 2.26.2