Merge remote-tracking branch 'andrei/pr-gitignore'
(cherry picked from commit4d776034ca
) This also picks up an additional line from45aa514591
that keeps CMakeModules/*.cmake. The rest of that commit does not merge cleanly.
This commit is contained in:
parent
616061a6ca
commit
d3fd74246f
|
@ -76,3 +76,12 @@ demos/**/fp-info-cache
|
|||
*.gch
|
||||
*.orig
|
||||
*.patch
|
||||
|
||||
# These CMake files are wanted
|
||||
!CMakeModules/*.cmake
|
||||
|
||||
# Eclipse IDE
|
||||
.project
|
||||
.cproject
|
||||
.pydevproject
|
||||
__pycache__
|
||||
|
|
Loading…
Reference in New Issue