From 10c5013305b6a69e3a5ccb1d33fc39cb06e3a352 Mon Sep 17 00:00:00 2001 From: Santiago Alessandri Date: Fri, 29 Aug 2014 16:31:01 -0700 Subject: [PATCH] Created gitignore file to exclude build directory and config.h automatically generated file. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..83f9de9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +build/** +include/config.h \ No newline at end of file