diff options
author | Jaewoong Jung <jungjw@google.com> | 2019-11-14 10:26:10 -0800 |
---|---|---|
committer | Jaewoong Jung <jungjw@google.com> | 2019-11-14 10:26:10 -0800 |
commit | b2da7555e3b7b392cc314bd758102503b0aef6d5 (patch) | |
tree | 91c6b35a48ab41eb9df1e50b942515f94af505bb /.gitignore | |
parent | c3eb1b2959797542cbf376e568a0c43736ff2a7d (diff) | |
download | build_soong-b2da7555e3b7b392cc314bd758102503b0aef6d5.tar.gz build_soong-b2da7555e3b7b392cc314bd758102503b0aef6d5.tar.bz2 build_soong-b2da7555e3b7b392cc314bd758102503b0aef6d5.zip |
Create .gitignore and add /.idea there.
Test: git status
Change-Id: Iba3a128b4d071aac42adb6598eab3afe305aec6c
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..a09c56df --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.idea |