diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..6afd357 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +.git* export-ignore +/CMakeLists.txt export-subst \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b14727 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +.DS_Store +/build +/tags +.idea +.ycm_extra_conf.py +.ycm_extra_conf.pyc +Release +Debug