diff options
author | 2017-08-23 11:37:54 -0700 | |
---|---|---|
committer | 2017-08-23 11:42:33 -0700 | |
commit | 15c9f3345f8ac2681f91a330fde99759619c64dd (patch) | |
tree | c25701102d4d76692aa12b93fa645a928bf282c4 | |
parent | a11100ee3ae6ef6a9000dc924e9a607a18ac1a2a (diff) |
art: Add a few more patterns to .gitignore
Ignore compiled python files, IDEA (intellij) projects, etc.
Change-Id: I34d303d051c203ec910bf5753ccd916d71857cb2
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4e806c6514..803c297b07 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ JIT_ART **/__pycache__/** +**/.idea +**/*.iml +**/*.pyc +**/*.swn |