Merge remote-tracking branch 'andrei/pr-gitignore'

This commit is contained in:
Seth Hillbrand 2019-05-02 09:54:31 -07:00
commit 4d776034ca
1 changed files with 6 additions and 0 deletions

6
.gitignore vendored
View File

@ -79,3 +79,9 @@ demos/**/fp-info-cache
# These CMake files are wanted
!CMakeModules/*.cmake
# Eclipse IDE
.project
.cproject
.pydevproject
__pycache__