forked from tgjones/HlslTools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
58 lines (47 loc) · 810 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Shamelessly stolen from http://gist.github.com/114476
# .gitignore for .NET projects
# Thanks to Derick Bailey
# http://www.lostechies.com/blogs/derickbailey/archive/2009/05/18/a-net-c-developer-s-gitignore-file.aspx
# Additional Thanks to
# - Alexey Abramov
# Standard VS.NET and ReSharper Foo
obj
bin
Bin
*.csproj.user
*ReSharper*
*resharper*
*.dotCover
*.suo
*.cache
Thumbs.db
.vs/
# NuGet Packages Directory
packages
# Build related
tools/Cake/
tools/NUnit.Runners/
tools/NUnit.Console/
tools/NUnit.ConsoleRunner/
tools/nuget.exe
tools/packages.config.md5sum
# Other useful stuff
*.bak
*.cache
*.log
*.swp
*.user
_compareTemp
_notes
aspnet_client
httpd.parse.errors
# Office Temp Files
~$*
# If you have a deploy folder
# deploy
# deploy/*
# Exclude ALL DLLs? (
# *.dll
# Vim
*~
binaries/