Former-commit-id: 2d7b8f2258dcb13272482a886aa88e780bffd307 [formerly ffaa87cb5564013addc8749dff6589f732ffe599] [formerly 6792cc9d7a87711eab92875da19bc4200e4463d6 [formerly 0a51ed831d274b1e325cc2efc57016094a7aee83]] Former-commit-id: b16416186770928262bc982969e9dbf10308d121 [formerly 92dc66185439cf46dcd3fb4672061d75d003d508] Former-commit-id: 34072644c9bf88918998070201d9b131ea5b3731
136 lines
1.8 KiB
Plaintext
136 lines
1.8 KiB
Plaintext
# Nazara build
|
|
build/config.lua
|
|
examples/bin/*.exe
|
|
examples/bin/*.pdb
|
|
examples/bin/*.dll
|
|
examples/bin/*.so
|
|
tests/*.exe
|
|
tests/*.pdb
|
|
tests/*.dll
|
|
tests/*.so
|
|
lib/*
|
|
|
|
# Feature page
|
|
build/scripts/features/index.html
|
|
|
|
# Documentation
|
|
doc
|
|
|
|
# Codeblocks
|
|
build/**/*.cbp
|
|
build/**/*.cbp
|
|
build/**/*.cbTemp
|
|
build/**/*.cscope_file_list
|
|
build/**/*.depend
|
|
build/**/*.layout
|
|
build/**/*.workspace
|
|
|
|
# CodeLite
|
|
build/**/*.project
|
|
|
|
# Visual Studio
|
|
build/**/*.pdb
|
|
build/**/*.filters
|
|
build/**/*.vcxproj
|
|
build/**/*.tlog
|
|
build/**/*.sln
|
|
build/**/*.vcxprojResolveAssemblyReference.cache
|
|
build/**/*.nativecodeanalysis.all.xml
|
|
build/**/*.nativecodeanalysis.xml
|
|
build/**/*.VC.*
|
|
|
|
# Compiled Object files
|
|
build/**/*.slo
|
|
build/**/*.lo
|
|
build/**/*.o
|
|
build/**/*.obj
|
|
build/**/*.obj.enc
|
|
|
|
# Compiled Dynamic libraries
|
|
build/**/*.so
|
|
|
|
# Compiled Static libraries
|
|
build/**/*.lai
|
|
build/**/*.la
|
|
|
|
# Object files
|
|
build/**/*.o
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Recycle Bin used on file shares
|
|
$RECYCLE.BIN/
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
[Tt]est[Rr]esult
|
|
[Bb]uild[Ll]og.*
|
|
|
|
*_i.c
|
|
*_p.c
|
|
*.idb
|
|
*.ilk
|
|
*.meta
|
|
*.pch
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.vspscc
|
|
*.vssscc
|
|
.builds
|
|
|
|
*.pidb
|
|
|
|
*.log
|
|
*.scc
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opensdf
|
|
*.sdf
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
|
|
# Guidance Automation Toolkit
|
|
*.gpState
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
_ReSharper*/
|
|
|
|
*.[Rr]e[Ss]harper
|
|
|
|
# NCrunch
|
|
*.ncrunch*
|
|
.*crunch*.local.xml
|
|
|
|
# Installshield output folder
|
|
[Ee]xpress
|
|
|
|
# DocProject is a documentation generator add-in
|
|
DocProject/buildhelp/
|
|
DocProject/Help/*.HxT
|
|
DocProject/Help/*.HxC
|
|
DocProject/Help/*.hhc
|
|
DocProject/Help/*.hhk
|
|
DocProject/Help/*.hhp
|
|
DocProject/Help/Html2
|
|
DocProject/Help/html
|