This website requires JavaScript.
Explore
Help
Sign In
drgreen
/
android_frameworks_base
Watch
1
Star
0
Fork
0
You've already forked android_frameworks_base
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
android_frameworks_base
/
.gitignore
8 lines
58 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add all .idea directories to .gitignore 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-05-01 16:19:49 -04:00
.idea
Delete some ide autogen files Theses 2 files are always edited by my language server. And I always need to avoid adding them to my commit despite my exclude rules This CL delete them and add the rule to gitignore. Test: None Change-Id: Ief63e548bc63899dadeb53a51a16d6cd8ca0e002
2021-09-07 14:11:39 +02:00
.project
Ignore /.idea and *.iml files 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
2018-12-05 16:31:53 +00:00
*.iml
Add vim swap files to gitignore Test: git show while file opened in vim This keeps "git show" from showing my swap files as untracked files. Change-Id: I5f17bdbd1fda22823a9356445db5bc4a7dd279d9
2019-02-14 12:55:10 -05:00
*.sw*
Add vscode files to gitignore Change-Id: I91cf516d51e96cec9039f9e5ac513f660fbc1212
2021-01-18 17:40:31 +01:00
gen/
.vscode/
*.code-workspace
Reference in New Issue
Copy Permalink