dolphin/.gitignore

25 lines
512 B
Plaintext
Raw Normal View History

# Ignore image thumbnail files created by windows
Thumbs.db
# Ignore Finder view option files created by OS X
.DS_Store
# Ignore autogenerated source files
2013-12-07 20:14:29 +00:00
Source/Core/Common/scmrev.h
# Ignore files output by build
/[Bb]uild/
/[Bb]inary/
2013-12-07 19:54:00 +00:00
/obj/
# Ignore various files created by visual studio/msbuild
*.ipch
*.opensdf
*.sdf
*.suo
*.vcxproj.user
*.obj
*.tlog
# Ignore build info file created by QtCreator
CMakeLists.txt.user
# Ignore files created by posix people
*~
# Ignore transifex configuration directory
.tx