Skip to content
Snippets Groups Projects
  1. Feb 10, 2023
    • Sandeep Samdaria's avatar
      Update .gitignore to ignore intellij files · 3b4130c9
      Sandeep Samdaria authored
      Problem: Using intellij/android studio for bluetooth package results
      in intellij file artifacts getting created.
      
      Solution: Update .gitignore to ignore intellij files
      
      Bug: 268550806
      Test: no new-test
      Tag: #refactor
      Change-Id: Ie381c6483dc12594039553025278957f823ce450
      3b4130c9
  2. Nov 09, 2022
  3. Sep 29, 2022
    • Wang Fei's avatar
      Ignore vscode work folder in git · 7cce284b
      Wang Fei authored
      We should ignore the .vscode folder.
      Then we can use VS code to edit the code or read
      these code.
      
      Change-Id: Icae5b3a2f5791d6c1ae27a364a2599db138eab67
      7cce284b
  4. Sep 09, 2022
    • Sonny Sasaka's avatar
      Add compile_commands.json to gitignore · 5d174f87
      Sonny Sasaka authored
      This updates .gitignore to ignore files related to clangd language
      server.
      
      Added the following to .gitignore:
      * compile_commands.json: Generated by ninja or other build tools to be
        used by C/C++ clangd.
      * .cache: Cache folder of clangd
      
      Bug: 176837458
      Tag: #floss
      Test: Manual - Use clangd with vim
      
      Change-Id: Ic25fc5670ae67ca920402a7a918d8e1eb9a9f3c2
      5d174f87
  5. Jun 04, 2021
    • Chris Manton's avatar
      Expand dot gitignore · 6c411745
      Chris Manton authored
      Add cscope and vim swap files
      
      Bug: 190219048
      Test: vim
      Tag: #refactor
      Change-Id: Ib91792f9a60e3965f6916c891d349d28bf08e276
      6c411745
  6. Apr 07, 2021
  7. May 29, 2015
    • Arman Uguray's avatar
      gn-build: Add tinyxml2 as a secondary source · bb23faf7
      Arman Uguray authored
      Added tinyxml2 as a secondary source. Moved //build/secondary/testing to
      //build/secondary/third_party in the process. This means that all third_party
      sources (gtest, tinyxml2) should be placed in a top-level third_party directory.
      
      BUG=21339022
      
      Change-Id: If324ef1eb0d5061e005f62a80d23fef25e7e78a4
      bb23faf7
  8. May 26, 2015
    • Arman Uguray's avatar
      build: Add gtest as a secondary source · 71c4001f
      Arman Uguray authored
      As a temporary solution, this CL introduces gtest as a secondary build
      source. For now, gtest can be included in testonly targets as a direct
      GN target dependency, by placing the gtest source under "testing/gtest"
      at the root of the tree.
      
      Moving forward, we can use solutions like gclient to pull in external
      dependencies such as gtest, or we can depend on it being available on
      the system.
      
      BUG=21339022,21340407
      
      Change-Id: I80ab3a81a53d7c29d54857a8d0cd9677fed77549
      71c4001f
  9. May 12, 2015
Loading