mirror of
https://github.com/RPCSX/rpcsx.git
synced 2024-11-23 11:29:48 +00:00
cc0e81e88f
Add build directories with any suffix to gitignore
61 lines
574 B
Plaintext
61 lines
574 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.tlog
|
|
*.idb
|
|
*.pdb
|
|
*.obj
|
|
*.ilk
|
|
*.pch
|
|
|
|
*.log
|
|
*.exe
|
|
*.dll
|
|
*.elf
|
|
*.lastbuildstate
|
|
*.unsuccessfulbuild
|
|
*.res
|
|
*.dump
|
|
*.wav
|
|
|
|
# Visual Studio Files
|
|
.vs/*
|
|
.vscode/*
|
|
*.ipch
|
|
*.vspx
|
|
*.psess
|
|
*.VC.*
|
|
*.vcxproj.user
|
|
enc_temp_folder/*
|
|
CMakeSettings.json
|
|
*PVS-Studio*
|
|
PVS/*
|
|
|
|
# cmake
|
|
Makefile
|
|
*CMakeFiles*
|
|
CMakeCache.txt
|
|
*cmake_install.cmake*
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
compile_commands.json
|
|
|
|
# macOS
|
|
*.DS_Store
|
|
|
|
build*/
|
|
.cache/
|