From 623fd17bf98de95ee39f82f67ca8931dad4c5815 Mon Sep 17 00:00:00 2001 From: Shadow8t4 Date: Tue, 11 Oct 2016 03:33:47 -0500 Subject: [PATCH] Added a basic .gitignore to the project and a Builds directory. --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..41ec570 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +# ignoring some basic binary files +*.o +*.out + +# ignoring the Builds directory to avoid different build binaries from bieng synced +Builds/* \ No newline at end of file