From dc025a046df0ca7a8e70c4f1523d8248c1100ce6 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 28 Nov 2014 20:38:38 -0800 Subject: Add .gitignore file to ignore compiler output --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bfdb592 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/*/*.o +build/*/*.a -- cgit v1.1