From 5d393032004e89136cc02053d8fa00759514223b Mon Sep 17 00:00:00 2001 From: Joshua Randall Date: Thu, 30 Oct 2014 18:03:10 +0000 Subject: Adds .gitignore file Ignores built .o files, anything in bin/, and the .tar.gz dist files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index e69de29..7ee1240 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +.gitignore +*.o +*.tar.gz +bin/ -- cgit v1.2.3