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

(cherry picked from commit 4d776034ca)

This also picks up an additional line from 45aa514591 that keeps
CMakeModules/*.cmake.  The rest of that commit does not merge cleanly.
This commit is contained in:
Seth Hillbrand 2019-05-02 09:54:31 -07:00
parent 616061a6ca
commit d3fd74246f
1 changed files with 9 additions and 0 deletions

9
.gitignore vendored
View File

@ -76,3 +76,12 @@ demos/**/fp-info-cache
*.gch *.gch
*.orig *.orig
*.patch *.patch
# These CMake files are wanted
!CMakeModules/*.cmake
# Eclipse IDE
.project
.cproject
.pydevproject
__pycache__