.gitignore 422 Bytes
# Ignore all files without extension.
# If you need to git-add a file without extension, add -f
*
!*.*
!*/

*.o
*.a
*.log
*.pb.cc
*.pb.h
*.prof
*.so
*.dylib
/output
/test/output

# Ignore hidden files
.*
*.swp

# Ignore auto-generated files
config.mk
src/butil/config.h

# Ignore CMake files
CMakeCache.txt
CMakeFiles
CMakeScripts
Testing
cmake_install.cmake
install_manifest.txt
compile_commands.json
CTestTestfile.cmake