Skip to content
Snippets Groups Projects
  1. Aug 24, 2023
  2. Sep 07, 2021
    • wescande's avatar
      Delete some ide autogen files · bf993cfb
      wescande authored
      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
      bf993cfb
  3. Jan 18, 2021
  4. Aug 09, 2019
  5. May 13, 2019
    • Jelle Fresen's avatar
      Ignore /.idea and *.iml files · ad998a66
      Jelle Fresen authored
      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
      Merged-In: I9b8142768173f3db153fda494f0c49697b703a38
      ad998a66
  6. May 01, 2019
    • Amin Shaikh's avatar
      Add all .idea directories to .gitignore · f36e4487
      Amin Shaikh authored
      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
      f36e4487
  7. Feb 14, 2019
    • Leon Scroggins III's avatar
      Add vim swap files to gitignore · 77af6b47
      Leon Scroggins III authored
      Test: git show while file opened in vim
      
      This keeps "git show" from showing my swap files as untracked files.
      
      Change-Id: I5f17bdbd1fda22823a9356445db5bc4a7dd279d9
      77af6b47
  8. Dec 05, 2018
    • Jelle Fresen's avatar
      Ignore /.idea and *.iml files · c7e56494
      Jelle Fresen authored
      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
      c7e56494
Loading