Skip to content

Commit

Permalink
Add auto-generated files into git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzhangyi committed Sep 15, 2017
1 parent 0bd2e97 commit 2f2d7bc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
*.lo
*.o
*.obj
src/*.o
src/*/*.o
src/

# Precompiled Headers
*.gch
Expand All @@ -30,3 +33,15 @@
*.exe
*.out
*.app

# Generated sources
src/butil/config.h
config.mk
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

0 comments on commit 2f2d7bc

Please sign in to comment.