Add .gitignore and .gitattributes
[platform/core/csapi/tizenfx.git] / .gitignore
1 # Download this file using PowerShell v3 under Windows with the following comand:
2 # Invoke-WebRequest https://gist.githubusercontent.com/kmorcinek/2710267/raw/ -OutFile .gitignore
3 # or wget:
4 # wget --no-check-certificate http://gist.githubusercontent.com/kmorcinek/2710267/raw/.gitignore
5
6 # User-specific files
7 *.suo
8 *.user
9 *.sln.docstates
10
11 # Build results
12
13 [Dd]ebug/
14 [Rr]elease/
15 x64/
16 [Bb]in/
17 [Oo]bj/
18
19 # NuGet Packages
20 *.nupkg
21 # The packages folder can be ignored because of Package Restore
22 **/packages/*
23 # except build/, which is used as an MSBuild target.
24 !**/packages/build/
25 # Uncomment if necessary however generally it will be regenerated when needed
26 #!**/packages/repositories.config
27
28 # MSTest test Results
29 [Tt]est[Rr]esult*/
30 [Bb]uild[Ll]og.*
31
32 *_i.c
33 *_p.c
34 *.ilk
35 *.meta
36 *.obj
37 *.pch
38 *.pdb
39 *.pgc
40 *.pgd
41 *.rsp
42 *.sbr
43 *.tlb
44 *.tli
45 *.tlh
46 *.tmp
47 *.tmp_proj
48 *.log
49 *.vspscc
50 *.vssscc
51 .builds
52 *.pidb
53 *.log
54 *.scc
55
56 # OS generated files #
57 .DS_Store*
58 Icon?
59
60 # Visual C++ cache files
61 ipch/
62 *.aps
63 *.ncb
64 *.opensdf
65 *.sdf
66 *.cachefile
67
68 # Visual Studio profiler
69 *.psess
70 *.vsp
71 *.vspx
72
73 # Guidance Automation Toolkit
74 *.gpState
75
76 # ReSharper is a .NET coding add-in
77 _ReSharper*/
78 *.[Rr]e[Ss]harper
79
80 # TeamCity is a build add-in
81 _TeamCity*
82
83 # DotCover is a Code Coverage Tool
84 *.dotCover
85
86 # NCrunch
87 *.ncrunch*
88 .*crunch*.local.xml
89
90 # Installshield output folder
91 [Ee]xpress/
92
93 # DocProject is a documentation generator add-in
94 DocProject/buildhelp/
95 DocProject/Help/*.HxT
96 DocProject/Help/*.HxC
97 DocProject/Help/*.hhc
98 DocProject/Help/*.hhk
99 DocProject/Help/*.hhp
100 DocProject/Help/Html2
101 DocProject/Help/html
102
103 # Click-Once directory
104 publish/
105
106 # Publish Web Output
107 *.Publish.xml
108
109 # Windows Azure Build Output
110 csx
111 *.build.csdef
112
113 # Windows Store app package directory
114 AppPackages/
115
116 # Others
117 *.Cache
118 ClientBin/
119 [Ss]tyle[Cc]op.*
120 ~$*
121 *~
122 *.dbmdl
123 *.[Pp]ublish.xml
124 *.pfx
125 *.publishsettings
126 modulesbin/
127 tempbin/
128
129 # EPiServer Site file (VPP)
130 AppData/
131
132 # RIA/Silverlight projects
133 Generated_Code/
134
135 # Backup & report files from converting an old project file to a newer
136 # Visual Studio version. Backup files are not needed, because we have git ;-)
137 _UpgradeReport_Files/
138 Backup*/
139 UpgradeLog*.XML
140 UpgradeLog*.htm
141
142 # vim
143 *.txt~
144 *.swp
145 *.swo
146  
147 # svn
148 .svn
149
150 # Remainings from resolvings conflicts in Source Control
151 *.orig
152
153 # SQL Server files
154 **/App_Data/*.mdf
155 **/App_Data/*.ldf
156 **/App_Data/*.sdf
157
158
159 #LightSwitch generated files
160 GeneratedArtifacts/
161 _Pvt_Extensions/
162 ModelManifest.xml
163
164 # =========================
165 # Windows detritus
166 # =========================
167
168 # Windows image file caches
169 Thumbs.db
170 ehthumbs.db
171
172 # Folder config file
173 Desktop.ini
174
175 # Recycle Bin used on file shares
176 $RECYCLE.BIN/
177
178 # Mac desktop service store files
179 .DS_Store
180
181 # SASS Compiler cache
182 .sass-cache
183
184 # Visual Studio 2014 CTP
185 **/*.sln.ide
186
187 # Visual Studio temp something
188 .vs/
189
190 #####
191 # End of core ignore list, below put you custom 'per project' settings (patterns or path)
192 #####
193
194 bin/
195 obj/
196 *.exe
197 *.dll
198 *.csproj.user
199 *.lock.json
200
201 # cscope/ctags
202 cscope.files
203 cscope.out
204 tags
205
206 # svace files
207 warnings.txt
208 warn-settings.csharp.txt
209 .svace-dir
210 CompilationErrors-*.txt