mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
Adding .gitignore
This commit is contained in:
parent
2824f05180
commit
8eb70b25f8
1 changed files with 47 additions and 0 deletions
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,47 @@
|
|||
# ============ #
|
||||
# OS generated #
|
||||
# ============ #
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
|
||||
# ======================= #
|
||||
# Visual Studio generated #
|
||||
# ======================= #
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.sln.docstates
|
||||
*.userprefs
|
||||
.vs/
|
||||
|
||||
# ============= #
|
||||
# Build results #
|
||||
# ============= #
|
||||
[Dd]ebug/
|
||||
[Dd]ebugPublic/
|
||||
[Rr]elease/
|
||||
[Rr]eleases/
|
||||
x64/
|
||||
x86/
|
||||
build/
|
||||
bld/
|
||||
[Bb]in/
|
||||
[Oo]bj/
|
||||
|
||||
# ============ #
|
||||
# Test results #
|
||||
# ============ #
|
||||
[Tt]est[Rr]esult*/
|
||||
[Bb]uild[Ll]og.*
|
||||
|
||||
# ======================= #
|
||||
# Simpl# Plugin Generated #
|
||||
# ======================= #
|
||||
*.projectinfo
|
||||
SimplSharpLogs*/
|
||||
Loading…
Add table
Add a link
Reference in a new issue