cc_project_template_bazel

A Bazel, ninja, and googletest-based C++ project template
git clone https://git.bracken.jp/cc_project_template_bazel.git
Log | Files | Refs | README | LICENSE

.gitignore (164B)


      1 # Ignore all bazel-* symlinks. There is no full list since this can change
      2 # based on the name of the directory bazel is cloned into.
      3 /bazel-*
      4 
      5 *~
      6 .*.sw?
      7 .DS_Store