mirror of https://github.com/google/oss-fuzz.git
Add IntelliJ IDEA files to `.gitignore` (#12311)
This commit is contained in:
parent
1d568ac892
commit
18c087c9bd
|
@ -5,4 +5,8 @@
|
|||
.DS_Store
|
||||
*.swp
|
||||
.venv
|
||||
.gdb_history
|
||||
.gdb_history
|
||||
|
||||
# IntelliJ IDEA
|
||||
/.idea
|
||||
**/*.iml
|
||||
|
|
Loading…
Reference in New Issue