Commit 5066c947 authored by gejun's avatar gejun

Use the old .gitignore used in icode

parent 02342686
# Prerequisites #ignore all files without extension
*.d *
!*.*
!*/
# Compiled Object files
*.slo
*.lo
*.o *.o
*.obj
src/*.o
src/*/*.o
src/
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a *.a
*.lib *.log
*.pb.cc
# Executables *.pb.h
*.exe *.prof
*.out /output
*.app /test/output
# Generated sources #ignore hidden files
src/butil/config.h .*
config.mk *.swp
src/*.pb.h
src/*.pb.cc
src/brpc/*.pb.h
src/brpc/*.pb.cc
src/brpc/**/*.pb.cc
src/brpc/**/*.pb.h
test/*.pb.h
test/*.pb.cc
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment