From 4535c8b170f77d91eb612d7e7ddf01bf065b56c2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 30 Sep 2013 17:12:10 -0700 Subject: Initial commit --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a -- cgit 1.4.1