Add a .gitignore in packages/modules/Connectivity.

Test: None
Change-Id: I23ca7980db01b3f32e94876fa9a0b3952cf29914
This commit is contained in:
Lorenzo Colitti
2020-11-26 18:13:41 +09:00
parent 1de9621925
commit 1fb77ae003

8
.gitignore vendored Normal file
View File

@@ -0,0 +1,8 @@
# Eclipse project
**/.classpath
**/.project
# IntelliJ project
**/.idea
**/*.iml
**/*.ipr