Merge pull request #5455 from AndrzejKurek/gitignore-eclipse

Add eclipse-specific project files to gitignore
This commit is contained in:
Gilles Peskine 2022-01-25 17:02:52 +01:00 committed by GitHub
commit 3de9d3a3ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
.gitignore vendored
View file

@ -23,6 +23,11 @@ coverage-summary.txt
# generated by scripts/memory.sh
massif-*
# Eclipse project files
.cproject
.project
/.settings
# MSVC build artifacts:
*.exe
*.pdb