Merge pull request #14215 from ethereum/gitignore_orig_files

Add `*.orig` to `.gitignore`.
This commit is contained in:
Nikola Matić 2023-05-12 13:31:21 +02:00 committed by GitHub
commit 3f2cde9bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
.gitignore vendored
View File

@ -27,6 +27,9 @@ __pycache__
*.a
*.lib
# ignore git mergetool backup files
*.orig
# Executables
*.exe
*.out