Updated gitignore to be friendly with CLion IDE
Compare changes
+ 2
− 0
CLion IDE creates files which are not ignored by git.
Tell git to ignore such generated files.
Added cmake-build-* to .gitignore.
Warning
On the 19.07 the code formatting (code style) was standardised using clang-format, over the whole Nektar++ code. This means changes in your branch will conflict with formatting changes on the master branch. To resolve these conflicts , see
#295 (closed)