about summary refs log blame commit diff
path: root/.gitignore
blob: 12686969686ca113fbb9c257c82fa1e33641797a (plain) (tree)
1
2
3
4
5
6
7
8
9
10

                              

                                   





                                    

                      

                                
# Ignore all bazel-* symlinks.
/bazel-*
# Ignore Bazel verbose explanations
--verbose_explanations
# Ignore CMake usual build directory
build
# Ignore Vim files
*.swp
# Ignore QtCreator Project file
CMakeLists.txt.user
# Ignore VS Code files
.vscode/*
# Ignore generated .pyc binaries
copts/copts.pyc