148 lines
2.8 KiB
Plaintext
148 lines
2.8 KiB
Plaintext
#################
|
|
## Visual Studio
|
|
#################
|
|
|
|
## Ignore Visual Studio temporary files, build results, and
|
|
## files generated by popular Visual Studio add-ons.
|
|
|
|
# User-specific files
|
|
*.suo
|
|
*.user
|
|
*.sln.docstates
|
|
|
|
# Build results
|
|
*_i.c
|
|
*_p.c
|
|
*.ilk
|
|
*.meta
|
|
*.obj
|
|
*.pch
|
|
*.pdb
|
|
*.pgc
|
|
*.pgd
|
|
*.rsp
|
|
*.sbr
|
|
*.tlb
|
|
*.tli
|
|
*.tlh
|
|
*.tmp
|
|
*.vspscc
|
|
.builds
|
|
*.dotCover
|
|
|
|
## TODO: If you have NuGet Package Restore enabled, uncomment this
|
|
#packages/
|
|
|
|
# Visual C++ cache files
|
|
ipch/
|
|
*.aps
|
|
*.ncb
|
|
*.opendb
|
|
*.opensdf
|
|
*.sdf
|
|
*.db
|
|
|
|
# Visual Studio profiler
|
|
*.psess
|
|
*.vsp
|
|
|
|
# ReSharper is a .NET coding add-in
|
|
_ReSharper*
|
|
|
|
# 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
|
|
|
|
# Click-Once directory
|
|
publish
|
|
|
|
# Others
|
|
[Bb]in
|
|
[Oo]bj
|
|
sql
|
|
TestResults
|
|
*.Cache
|
|
ClientBin
|
|
stylecop.*
|
|
~$*
|
|
*.dbmdl
|
|
Generated_Code #added for RIA/Silverlight projects
|
|
|
|
# Backup & report files from converting an old project file to a newer
|
|
# Visual Studio version. Backup files are not needed, because we have git ;-)
|
|
_UpgradeReport_Files/
|
|
#Backup*/
|
|
UpgradeLog*.XML
|
|
|
|
|
|
|
|
############
|
|
## Windows
|
|
############
|
|
|
|
# Windows image file caches
|
|
Thumbs.db
|
|
|
|
# Folder config file
|
|
Desktop.ini
|
|
|
|
# Mac crap
|
|
.DS_Store
|
|
|
|
##########################
|
|
## Project specific rules
|
|
##########################
|
|
|
|
build/Installer/*.exe
|
|
ProcessHacker/include/phapprev.h
|
|
ProcessHacker/sdk/phapppub.h
|
|
sdk/
|
|
|
|
KProcessHacker/*.log
|
|
KProcessHacker/*.err
|
|
KProcessHacker/*.wrn
|
|
KProcessHacker/*/objchk_*
|
|
KProcessHacker/*/objfre_*
|
|
|
|
!plugins/SamplePlugin/bin/
|
|
plugins/SamplePlugin/bin/Debug32/
|
|
plugins/SamplePlugin/bin/Debug64/
|
|
plugins/SamplePlugin/bin/Release32/*
|
|
!plugins/SamplePlugin/bin/Release32/SamplePlugin.dll
|
|
plugins/SamplePlugin/bin/Release64/*
|
|
!plugins/SamplePlugin/bin/Release64/SamplePlugin.dll
|
|
|
|
!tools/CustomSignTool/bin/
|
|
tools/CustomSignTool/bin/Debug*/
|
|
tools/CustomSignTool/bin/Release*/*
|
|
!tools/CustomSignTool/bin/Release32/CustomSignTool.exe
|
|
!tools/CustomSignTool/bin/Release64/CustomSignTool.exe
|
|
|
|
!tools/fixlib/bin/
|
|
tools/fixlib/bin/Debug/
|
|
tools/fixlib/bin/Release/*
|
|
!tools/fixlib/bin/Release/fixlib.exe
|
|
|
|
!tools/GenerateHeader/GenerateHeader/bin/
|
|
tools/GenerateHeader/GenerateHeader/bin/Debug/
|
|
tools/GenerateHeader/GenerateHeader/bin/Release/*
|
|
!tools/GenerateHeader/GenerateHeader/bin/Release/GenerateHeader.exe
|
|
|
|
!tools/GenerateZw/GenerateZw/bin/
|
|
tools/GenerateZw/GenerateZw/bin/Debug/
|
|
tools/GenerateZw/GenerateZw/bin/Release/*
|
|
!tools/GenerateZw/GenerateZw/bin/Release/GenerateZw.exe
|
|
|
|
!tools/UpdateGitRevision/UpdateGitRevision/bin/
|
|
tools/UpdateGitRevision/UpdateGitRevision/bin/Debug/
|
|
tools/UpdateGitRevision/UpdateGitRevision/bin/Release/*
|
|
!tools/UpdateGitRevision/UpdateGitRevision/bin/Release/UpdateGitRevision.exe |