diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..f1bfd543e5aaa390d779bd531c932df4a808fc9c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,9 @@
+*.o
+*.a
+*.so
+
+#Eclipse
+.cproject
+.project
+.settings/
+
diff --git a/doc/Doxyfile b/doc/Doxyfile
index 01f193b098910fd383a449ac50865e27421ccf9b..105df52c3bc595de3a2fc89428fa7b1ac4f9ca04 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -771,7 +771,7 @@ WARN_LOGFILE =
 # spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
 # Note: If this tag is empty the current directory is searched.
 
-INPUT = ../src ../include
+INPUT = ../src ../include 
 
 # This tag can be used to specify the character encoding of the source files
 # that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses