From 0c44578916c834fd84accb785efc12633cbb971e Mon Sep 17 00:00:00 2001 From: Aaron Ball Date: Sun, 31 Dec 2017 10:45:10 -0700 Subject: Added gitignore Ignore any binary files matching obj/*.o and the compiled output of make. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6c29677 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +luminous +obj/*.o -- cgit v1.2.3