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
|
2021-07-04 10:41:46 +00:00
|
|
|
Externals/mGBA/version.c
|
2011-08-22 02:15:50 +00:00
|
|
|
Source/Core/Common/scmrev.h
|
2013-10-19 09:27:57 +00:00
|
|
|
# Ignore files output by build
|
2024-04-18 10:08:45 +00:00
|
|
|
/cmake-build-debug
|
|
|
|
/cmake-build-release
|
2014-03-12 23:39:55 +00:00
|
|
|
/[Bb]uild*/
|
2019-11-05 16:56:26 +00:00
|
|
|
/[Bb]inary*/
|
2013-12-07 19:54:00 +00:00
|
|
|
/obj/
|
2019-10-14 16:25:01 +00:00
|
|
|
# Ignore files output by Android cmake build
|
|
|
|
/Source/Android/app/.cxx/
|
2014-12-01 07:01:00 +00:00
|
|
|
/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
|
2019-11-05 16:56:26 +00:00
|
|
|
.vs*/
|
2019-08-24 12:20:02 +00:00
|
|
|
/Source/enc_temp_folder/
|
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
|
2024-07-22 07:45:50 +00:00
|
|
|
.idea/
|
2019-04-26 22:26:38 +00:00
|
|
|
# Ignore Visual Studio Code's working dir
|
|
|
|
/.vscode/
|