mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #14215 from ethereum/gitignore_orig_files
Add `*.orig` to `.gitignore`.
This commit is contained in:
commit
3f2cde9bd6
3
.gitignore
vendored
3
.gitignore
vendored
@ -27,6 +27,9 @@ __pycache__
|
|||||||
*.a
|
*.a
|
||||||
*.lib
|
*.lib
|
||||||
|
|
||||||
|
# ignore git mergetool backup files
|
||||||
|
*.orig
|
||||||
|
|
||||||
# Executables
|
# Executables
|
||||||
*.exe
|
*.exe
|
||||||
*.out
|
*.out
|
||||||
|
Loading…
Reference in New Issue
Block a user