• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

自作言語nullptrのインタープリターです。


コミットメタ情報

リビジョン0c88f7782c8e6e1846039e1245ca25aac5096d3e (tree)
日時2015-08-06 16:49:06
作者Diverge <diverge.vosystems@gmai...>
コミッターDiverge

ログメッセージ

Add README file

変更サマリ

差分

--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,255 @@
1+## Ignore Visual Studio temporary files, build results, and
2+## files generated by popular Visual Studio add-ons.
3+
4+
5+# User-specific files
6+*.suo
7+*.user
8+*.userosscache
9+*.sln.docstates
10+
11+
12+# User-specific files (MonoDevelop/Xamarin Studio)
13+*.userprefs
14+
15+
16+# Build results
17+[Dd]ebug/
18+[Dd]ebugPublic/
19+[Rr]elease/
20+[Rr]eleases/
21+x64/
22+x86/
23+build/
24+bld/
25+[Bb]in/
26+[Oo]bj/
27+
28+
29+# Visual Studio 2015 cache/options directory
30+.vs/
31+# Uncomment if you have tasks that create the project's static files in wwwroot
32+#wwwroot/
33+
34+
35+# MSTest test Results
36+[Tt]est[Rr]esult*/
37+[Bb]uild[Ll]og.*
38+
39+
40+# NUNIT
41+*.VisualState.xml
42+TestResult.xml
43+
44+
45+# Build Results of an ATL Project
46+[Dd]ebugPS/
47+[Rr]eleasePS/
48+dlldata.c
49+
50+
51+# DNX
52+project.lock.json
53+artifacts/
54+
55+
56+*_i.c
57+*_p.c
58+*_i.h
59+*.ilk
60+*.meta
61+*.obj
62+*.pch
63+*.pdb
64+*.pgc
65+*.pgd
66+*.rsp
67+*.sbr
68+*.tlb
69+*.tli
70+*.tlh
71+*.tmp
72+*.tmp_proj
73+*.log
74+*.vspscc
75+*.vssscc
76+.builds
77+*.pidb
78+*.svclog
79+*.scc
80+
81+
82+# Chutzpah Test files
83+_Chutzpah*
84+
85+
86+# Visual C++ cache files
87+ipch/
88+*.aps
89+*.ncb
90+*.opensdf
91+*.sdf
92+*.cachefile
93+
94+
95+# Visual Studio profiler
96+*.psess
97+*.vsp
98+*.vspx
99+
100+
101+# TFS 2012 Local Workspace
102+$tf/
103+
104+
105+# Guidance Automation Toolkit
106+*.gpState
107+
108+
109+# ReSharper is a .NET coding add-in
110+_ReSharper*/
111+*.[Rr]e[Ss]harper
112+*.DotSettings.user
113+
114+
115+# JustCode is a .NET coding add-in
116+.JustCode
117+
118+
119+# TeamCity is a build add-in
120+_TeamCity*
121+
122+
123+# DotCover is a Code Coverage Tool
124+*.dotCover
125+
126+
127+# NCrunch
128+_NCrunch_*
129+.*crunch*.local.xml
130+nCrunchTemp_*
131+
132+
133+# MightyMoose
134+*.mm.*
135+AutoTest.Net/
136+
137+
138+# Web workbench (sass)
139+.sass-cache/
140+
141+
142+# Installshield output folder
143+[Ee]xpress/
144+
145+
146+# DocProject is a documentation generator add-in
147+DocProject/buildhelp/
148+DocProject/Help/*.HxT
149+DocProject/Help/*.HxC
150+DocProject/Help/*.hhc
151+DocProject/Help/*.hhk
152+DocProject/Help/*.hhp
153+DocProject/Help/Html2
154+DocProject/Help/html
155+
156+
157+# Click-Once directory
158+publish/
159+
160+
161+# Publish Web Output
162+*.[Pp]ublish.xml
163+*.azurePubxml
164+# TODO: Comment the next line if you want to checkin your web deploy settings
165+# but database connection strings (with potential passwords) will be unencrypted
166+*.pubxml
167+*.publishproj
168+
169+
170+# NuGet Packages
171+*.nupkg
172+# The packages folder can be ignored because of Package Restore
173+**/packages/*
174+# except build/, which is used as an MSBuild target.
175+!**/packages/build/
176+# Uncomment if necessary however generally it will be regenerated when needed
177+#!**/packages/repositories.config
178+
179+
180+# Windows Azure Build Output
181+csx/
182+*.build.csdef
183+
184+
185+# Windows Store app package directory
186+AppPackages/
187+
188+
189+# Visual Studio cache files
190+# files ending in .cache can be ignored
191+*.[Cc]ache
192+# but keep track of directories ending in .cache
193+!*.[Cc]ache/
194+
195+
196+# Others
197+ClientBin/
198+[Ss]tyle[Cc]op.*
199+~$*
200+*~
201+*.dbmdl
202+*.dbproj.schemaview
203+*.pfx
204+*.publishsettings
205+node_modules/
206+orleans.codegen.cs
207+
208+
209+# RIA/Silverlight projects
210+Generated_Code/
211+
212+
213+# Backup & report files from converting an old project file
214+# to a newer Visual Studio version. Backup files are not needed,
215+# because we have git ;-)
216+_UpgradeReport_Files/
217+Backup*/
218+UpgradeLog*.XML
219+UpgradeLog*.htm
220+
221+
222+# SQL Server files
223+*.mdf
224+*.ldf
225+
226+
227+# Business Intelligence projects
228+*.rdl.data
229+*.bim.layout
230+*.bim_*.settings
231+
232+
233+# Microsoft Fakes
234+FakesAssemblies/
235+
236+
237+# Node.js Tools for Visual Studio
238+.ntvs_analysis.dat
239+
240+
241+# Visual Studio 6 build log
242+*.plg
243+
244+
245+# Visual Studio 6 workspace options file
246+*.opt
247+
248+
249+# Visual Studio LightSwitch build output
250+**/*.HTMLClient/GeneratedArtifacts
251+**/*.DesktopClient/GeneratedArtifacts
252+**/*.DesktopClient/ModelManifest.xml
253+**/*.Server/GeneratedArtifacts
254+**/*.Server/ModelManifest.xml
255+_Pvt_Extensions
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
1+README
2+
3+nullptr Interpreter
4+
5+Copyright (C) 2015 VOSystems. All rights reserved.
6+
7+This Software and Source Codes are distributed under the MIT License.
8+このソフトウェアとソースコードはMITライセンスのもとで配布されます。
9+MIT License
10+ http://opensource.org/licenses/MIT