2013-12-21 20:55:32 +00:00
|
|
|
# Ignore image thumbnail files created by windows
|
2011-08-14 20:17:57 +00:00
|
|
|
Thumbs.db
|
2013-12-21 20:55:32 +00:00
|
|
|
# Ignore Finder view option files created by OS X
|
2013-10-19 09:27:57 +00:00
|
|
|
.DS_Store
|
|
|
|
# Ignore autogenerated source files
|
2013-12-07 20:14:29 +00:00
|
|
|
Source/Core/Common/scmrev.h
|
2013-10-19 09:27:57 +00:00
|
|
|
# Ignore files output by build
|
2014-03-12 23:39:55 +00:00
|
|
|
/[Bb]uild*/
|
2013-10-19 09:27:57 +00:00
|
|
|
/[Bb]inary/
|
2013-12-07 19:54:00 +00:00
|
|
|
/obj/
|
2014-12-01 07:01:00 +00:00
|
|
|
# Android cmake builds to here then copies to Source/Android.
|
|
|
|
/libs/
|
2013-12-21 20:55:32 +00:00
|
|
|
# Ignore various files created by visual studio/msbuild
|
2013-10-19 09:27:57 +00:00
|
|
|
*.ipch
|
2011-08-14 20:17:57 +00:00
|
|
|
*.opensdf
|
|
|
|
*.sdf
|
2013-10-19 09:27:57 +00:00
|
|
|
*.suo
|
|
|
|
*.vcxproj.user
|
2013-11-02 22:54:45 +00:00
|
|
|
*.obj
|
2013-12-21 20:55:32 +00:00
|
|
|
*.tlog
|
2016-04-16 15:26:17 +00:00
|
|
|
*.VC.opendb
|
|
|
|
*.VC.db
|
|
|
|
.vs/
|
2013-12-21 20:55:32 +00:00
|
|
|
# Ignore build info file created by QtCreator
|
|
|
|
CMakeLists.txt.user
|
2013-10-19 09:27:57 +00:00
|
|
|
# Ignore files created by posix people
|
2013-01-24 15:11:07 +00:00
|
|
|
*~
|
2015-05-03 06:34:23 +00:00
|
|
|
# Ignore vim swapfiles
|
|
|
|
*.swp
|
2016-03-18 03:01:06 +00:00
|
|
|
# Ignore emacs temp files
|
|
|
|
\#*\#
|
|
|
|
.\#*
|
2014-03-08 09:59:11 +00:00
|
|
|
# Ignore kdevelop files/dirs
|
|
|
|
*.kdev4
|
2014-10-27 04:19:19 +00:00
|
|
|
# Ignore IDEA/Clion files/dirs
|
|
|
|
/.idea/
|