Added .gitignore

This commit is contained in:
Xavier Arteaga 2017-07-25 10:43:20 +02:00
parent e16cc4c58b
commit fa741f24e7
1 changed files with 21 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Ignore build directories
build
debug
cmake-build-debug
# Ignore CLion IDE project files
.idea
# Generated data files
*.dat
# Temporal files
*~
# Internal development
matlab
mex
cmake/modules/BuildMex.cmake
cmake/modules/FindMATLAB.cmake
cmake/modules/FindOCTAVE.cmake