From 4c4b806f9d1f9108888ce7cb993939df9c95467e Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 10 May 2012 09:47:46 -0700 Subject: [PATCH] Adding .gitignore --- .gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..30a6fedc --- /dev/null +++ b/.gitignore @@ -0,0 +1,37 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so + +# Compiled Static libraries +*.lai +*.la +*.a + +# CMake +CMakeCache.txt +CMakeFiles +Makefile +cmake_install.cmake +install_manifest.txt + +# Python +*.py[cod] + +# Installer logs +pip-log.txt + +# Unit test / coverage reports +.coverage +.tox +nosetests.xml + +#Translations +*.mo + +#Mr Developer +.mr.developer.cfg +