Avocado/.gitignore

78 lines
1 KiB
Plaintext
Raw Normal View History

2015-07-11 07:22:42 -04:00
# Ignore image thumbnail files created by windows
Thumbs.db
# Ignore Finder view option files created by OS X
.DS_Store
# Ignore autogenerated source files
Source/Core/Common/scmrev.h
# Ignore files output by build
/[Bb]uild*/
/[Bb]inary/
/obj/
2020-04-23 18:34:41 -04:00
/cmake-build-*/
2015-07-11 07:22:42 -04:00
# Android cmake builds to here then copies to Source/Android.
/libs/
# Ignore various files created by visual studio/msbuild
*.ipch
*.opensdf
*.sdf
*.suo
*.vcxproj.user
2017-11-27 14:27:01 -05:00
*.DotSettings.user
2015-07-11 07:22:42 -04:00
*.obj
*.tlog
# Ignore build info file created by QtCreator
CMakeLists.txt.user
# Ignore files created by posix people
*~
# Ignore vim swapfiles
*.swp
# Ignore transifex configuration directory
.tx
# Ignore kdevelop files/dirs
*.kdev4
# Ignore IDEA/Clion files/dirs
/.idea/
# CMake files
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
2019-05-20 16:48:25 -04:00
/*.mk
2015-07-16 16:51:27 -04:00
# Visual Studio Profiler
*.psess
2016-03-24 04:58:41 -04:00
*.vsp
*.make
2016-08-21 13:19:26 -04:00
*.opendb
*.db
2016-08-23 17:37:53 -04:00
*.sln
*.vcxproj
*.filters
ram.bin
2017-04-19 20:23:00 -04:00
spu.bin
*.o
*.elf
.vs/
2017-06-19 14:48:16 -04:00
imgui.ini
2020-05-10 10:06:37 -04:00
/vram.png
2017-08-22 13:09:32 -04:00
todo.txt
config.json
2017-10-03 14:30:38 -04:00
/.vscode/
/*.json
src/version.h
out.txt
2018-11-11 13:05:30 -05:00
*.xcworkspace
2019-07-31 16:10:36 -04:00
*.keystore