aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorNicole Borrelli <borrelli@google.com>2018-12-20 13:58:29 +0100
committerNicole Borrelli <borrelli@google.com>2018-12-20 13:58:29 +0100
commite665ffe3fa5bbbe26eabab6b0c3ec485d63d3445 (patch)
treef6ae0c2d904b05c1cc2df03042b4e26cb438b180 /.gitignore
parent33bafffc17c6a31c23d5e1e121eae9c28b43aaaa (diff)
downloadandroid-e665ffe3fa5bbbe26eabab6b0c3ec485d63d3445.tar.gz
Fix case of .DS_Store file to ignore
Bug: 121311112 Test: manual verification (that .DS_Store files are ignored) Change-Id: I51eb3fee418eb54ad9b44f25ee6207ae7474ab1d
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 98fff82f..8d6e5e01 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,7 +20,7 @@ LICENSE
NOTICE
README.md
README-wear.txt
-.DS_STORE
+.DS_Store
# Libraries used by the app
# Can explicitly add if we want, but shouldn't do so blindly. Licenses, bloat, etc.