summaryrefslogtreecommitdiffstats
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Add support for Bzlmod for the next releaseDerek Mauro2024-01-251-0/+1
| | | | | | | | | | | | | | | | | | | https://bazel.build/external/overview#bzlmod Bzlmod will be the default in a future Bazel release. By default it requires projects to be registered with the Bazel Central Registry (https://registry.bazel.build/) and thus uses regular releases by default. Users that want to "live-at-head" can still do this through with overrides (https://bazel.build/external/module#overrides). This change updates GoogleTest dependencies to use released versions. CI uses Bzlmod except in the case of linux_gcc-floor, which will keep testing the old WORKSPACE-based dependency system. PiperOrigin-RevId: 601489729 Change-Id: I6be52034eba0d0e5fe12110e5e82879305cf73ff
* Ignore the .cache directory create by VSCode.refs/pull/4267/headNiranjan Nilakantan2023-06-011-0/+4
| | | | | | | | | This is populated by the clangd language service provider. Also ignore the cmake-variants.yaml file. This can be created locally to select various build/test configurations. Fixes #4266
* Minor build system fixes.refs/pull/2158/headCarlo Wood2019-03-011-0/+1
|
* chore: Add Windows cmake files to .gitignoreChris2019-01-041-0/+26
|
* chore: Add .vs to .gitignore for Visual Studiorefs/pull/2013/headChris2018-12-151-0/+1
|
* Update .gitignorerefs/pull/1898/headTengfei Niu2018-10-101-0/+2
| | | ignore .DS_Store on macOS.
* Ignore cmake generated files when used as submodulewxf2018-08-031-0/+11
|
* Ignore .DS_Store fileSyohei YOSHIDA2018-07-171-0/+3
|
* Run autoconf from top-level directory.Carlos O'Ryan2017-12-031-0/+16
| | | | | | | | This is part (hopefully all) of the fixes for #776. The top-level configure.ac configures googletest first and then googlemock. With this changes it is possible to embed googletest into another project that uses autoconf. For an example (though it is WIP), see the commits (and soon PR) referenced from google/protobuf#236.
* Fix tests with VS2015 and VS2017Arkadiy Shapkin2017-10-251-1/+13
|
* Merge remote-tracking branch 'github_google/master' into master-github_frosteyesrefs/pull/865/headClaus Stovgaard2017-08-311-1/+9
|\ | | | | | | | | # Conflicts: # .gitignore
| * WIPmisterg2017-08-011-0/+5
| |
| * WIPmisterg2017-08-011-0/+2
| |
| * Update C++ language and library settings to match SDK projects.refs/pull/725/headDon Huff2016-03-111-0/+1
| |
* | Moved the ignoring of *.pyc files to top level for also covering googlemock ↵Claus Stovgaard2016-08-301-0/+2
|/ | | | python scripts.
* Add build artifacts to git ignore.refs/pull/716/headJacob Meacham2016-02-171-0/+2