CMake structure reorganized;
install and uninstall targets added;
diff --git a/.gitignore b/.gitignore
index 072fe39..2cfeb7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -37,4 +37,10 @@
 *.opendb
 *.opensdf
 *.sdf
-*.cachefile
\ No newline at end of file
+*.cachefile
+
+# IDEA solution files
+*.idea
+
+# Other files
+.directory
\ No newline at end of file