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