You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
962 B
95 lines
962 B
# Ignore built binaries
|
|
build/
|
|
dvmcmd
|
|
dvmhost
|
|
|
|
# Ignore CMake temporary files
|
|
CMakeLists.txt.user
|
|
CMakeCache.txt
|
|
CMakeFiles
|
|
CMakeScripts
|
|
CPackConfig.cmake
|
|
CPackSourceConfig.cmake
|
|
Voice.plist
|
|
Testing
|
|
cmake_install.cmake
|
|
install_manifest.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps
|
|
|
|
# Ignore thumbnails created by windows
|
|
Thumbs.db
|
|
|
|
# Ignore files build by Visual Studio
|
|
*.obj
|
|
*.pdb
|
|
*.mdb # Mono debug file
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
[Oo]bj*/
|
|
[Rr]elease*/
|
|
[R]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
*.sdf
|
|
*.opensdf
|
|
*.userprefs
|
|
build.mk
|
|
*.prv.xml
|
|
*.pub.xml
|
|
build/
|
|
.vscode/
|
|
package/
|
|
*.ini
|
|
.vs
|
|
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Fortran module files
|
|
*.mod
|
|
*.smod
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|