I don't know much about git and I don't know much about cmake so I wouldn't be surprised if this is incorrect. The attached patch asks git to ignore temporary cmake files, which are created after running "cmake .". Could someone check?
Thanks, Scott
diff --git a/.gitignore b/.gitignore index 2bc7058..b1f0aa4 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,8 @@ config.log config.status lyx.1 stamp-h1 +CMakeCache.txt +CMakeFiles/ +build/ +cmake_install.cmake +run_cmake.sh