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