Skip to content

Commit

Permalink
git: Add RTC gitignores (protocolbuffers#5)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Venegas <cvenegas@esri.com>
Reviewed-by: Dalton Woodard <DWoodard@esri.com>; Dan Kalowsky <DKalowsky@esri.com>; Marco Dias <MDias@esri.com>
  • Loading branch information
chri7325 authored Jan 7, 2019
1 parent 1cf4d3f commit 730e52e
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -186,3 +186,39 @@ cmake/cmake-build-debug/
# Common build subdirectories.
./.build/
./_build/

# RTC ignores
# Premake generated files #
###########################
*.vcxproj*
*.sln
Makefile

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
.project

# VS generated files #
######################
ipch/
*.suo
*.opensdf
*.sdf
*.vcxproj
*.filters
*.user

# Qt files
###########################
*.config
*.creator
*.files
*.includes
moc/

0 comments on commit 730e52e

Please sign in to comment.