summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-01-18Add vscode files to gitignoreJorim Jaggi
Change-Id: I91cf516d51e96cec9039f9e5ac513f660fbc1212
2019-08-09Add gen/ to .gitignoreVinit Nayak
fixes: 139187793 Change-Id: I8cf63f177aa8303d71b926645fa274e9fce55b47
2019-05-01Add all .idea directories to .gitignoreAmin Shaikh
aidegen can be used to generate projects for specific packages within frameworks/base, so it seems reasonable to ignore all of these directories. Bug: N/A Test: git status Change-Id: Ica235cafc008174162e64028420a9a494877ff92
2019-02-14Add vim swap files to gitignoreLeon Scroggins III
Test: git show while file opened in vim This keeps "git show" from showing my swap files as untracked files. Change-Id: I5f17bdbd1fda22823a9356445db5bc4a7dd279d9
2018-12-05Ignore /.idea and *.iml filesJelle Fresen
Historically the .idea directory was created in the root of the checkout. Now we generate the .idea directory in frameworks/base, so we need to start ignoring it here. Test: git status Change-Id: I9b8142768173f3db153fda494f0c49697b703a38