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
|
2021-07-04 04:41:46 -06:00
|
|
|
Externals/mGBA/version.c
|
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
|
2024-04-18 04:08:45 -06:00
|
|
|
/cmake-build-debug
|
|
|
|
/cmake-build-release
|
2014-03-12 17:39:55 -06:00
|
|
|
/[Bb]uild*/
|
2019-11-05 09:56:26 -07:00
|
|
|
/[Bb]inary*/
|
2013-12-07 12:54:00 -07:00
|
|
|
/obj/
|
2019-10-14 10:25:01 -06:00
|
|
|
# Ignore files output by Android cmake build
|
|
|
|
/Source/Android/app/.cxx/
|
2014-12-01 00:01:00 -07:00
|
|
|
/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
|
2016-04-16 09:26:17 -06:00
|
|
|
*.VC.opendb
|
|
|
|
*.VC.db
|
2019-11-05 09:56:26 -07:00
|
|
|
.vs*/
|
2019-08-24 06:20:02 -06:00
|
|
|
/Source/enc_temp_folder/
|
2013-12-21 13:55:32 -07:00
|
|
|
# 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
|
|
|
|
\#*\#
|
|
|
|
.\#*
|
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
|
2024-07-22 01:45:50 -06:00
|
|
|
.idea/
|
2019-04-26 16:26:38 -06:00
|
|
|
# Ignore Visual Studio Code's working dir
|
|
|
|
/.vscode/
|