dolphin/.gitignore

20 lines
380 B
Plaintext
Raw Normal View History

# Ignore files created by windows
Thumbs.db
# Ignore files created by OS X
.DS_Store
# Ignore autogenerated source files
Source/Core/Common/Src/scmrev.h
# Ignore files output by build
/[Bb]uild/
/[Bb]inary/
# Ignore files created by visual studio
*.ipch
*.opensdf
*.sdf
*.suo
*.vcxproj.user
# Ignore files created by posix people
*~
# Ignore transifix configuration directory
.tx