diff options
author | 2021-04-13 09:09:28 -0700 | |
---|---|---|
committer | 2021-04-13 09:13:52 -0700 | |
commit | b440aae7e2527b7c49c7db483757f85b63f44010 (patch) | |
tree | 00f259162037a47039a0268a45e26a432c73d7d2 | |
parent | 219d4c0e2a55239e6af4c3d73926ef9c12230cb7 (diff) |
Change .gitignore from a symlink to a file
Test: git status
Bug: 183037863
Change-Id: I682a22598868a351415fe8274bc1aa04a1e01dd2
-rw-r--r--[l---------] | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 4402b3d52..ccff05290 120000..100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ # IntelliJ project **/.idea **/*.iml -**/*.ipr
\ No newline at end of file +**/*.ipr |