From d84d759e939dd5eb5795c84d732e02203d92b68a Mon Sep 17 00:00:00 2001 From: sam hatchett Date: Mon, 7 Jan 2013 12:32:23 -0500 Subject: [PATCH] gitignore --- .gitignore | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4d37fe3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,29 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a + +# Doxygen output +doxygen_out/ + +# Mac Stuff +.DS_Store +*.swp +*~.nib +*.build/ +DerivedData/ +Debug/ + +*.xcodeproj/ +!*.xcodeproj/project.pbxproj + +*.mode1v3 +*.mode2v3