mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Merge pull request #5455 from AndrzejKurek/gitignore-eclipse
Add eclipse-specific project files to gitignore
This commit is contained in:
commit
3de9d3a3ad
5
.gitignore
vendored
5
.gitignore
vendored
|
|
@ -23,6 +23,11 @@ coverage-summary.txt
|
||||||
# generated by scripts/memory.sh
|
# generated by scripts/memory.sh
|
||||||
massif-*
|
massif-*
|
||||||
|
|
||||||
|
# Eclipse project files
|
||||||
|
.cproject
|
||||||
|
.project
|
||||||
|
/.settings
|
||||||
|
|
||||||
# MSVC build artifacts:
|
# MSVC build artifacts:
|
||||||
*.exe
|
*.exe
|
||||||
*.pdb
|
*.pdb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue