dolphin/.gitignore

24 lines
419 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/
2013-12-07 11:54:00 -08:00
/obj/
# Ignore files created by visual studio
*.ipch
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.obj
# Ignore files created by posix people
*~
# Ignore transifix configuration directory
.tx
# Ignore tlog files
2013-12-07 11:54:00 -08:00
*.tlog