Skip to content

Commit

Permalink
Incremental commit for version 2.0
Browse files Browse the repository at this point in the history
Incremental commit for version 2.0.
  • Loading branch information
9ee1 committed Jan 7, 2019
1 parent 2b0cdfc commit 2bd967f
Show file tree
Hide file tree
Showing 240 changed files with 122 additions and 39,357 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
126 changes: 118 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,118 @@
/*.sln.DotSettings.user
**/bin
**/obj
/*.suo
Gee.External.Capstone.Proxy/x64/
Gee.External.Capstone.Proxy/Win32/
*.sdf
*.opensdf
### Standard GIT Ignore File.
###
### ...

### Visual Studio User Specific Files.
###
### ...
*.suo
*.user
*.userosscache
*.sln.docstates

### Visual Studio Build Files.
###
### ...
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
bld/
[Bb]in/
[Oo]bj/
[Ll]og/
*_i.c
*_p.c
*_i.h
*.ilk
*.meta
*.obj
*.pch
*.pdb
*.pgc
*.pgd
*.rsp
*.sbr
*.tlb
*.tli
*.tlh
*.tmp
*.tmp_proj
*.log
*.vspscc
*.vssscc
.builds
*.pidb
*.svclog
*.scc

### Visual Studio 2015+ Cache Directory.
###
### ...
.vs/

### Visual Studio Profiler Files.
###
### ...
*.psess
*.vsp
*.vspx
*.sap

### Visual Studio Cache Files.
###
### ...
*.[Cc]ache
!*.[Cc]ache/

### Visual Studio Code Coverage Result Files.
###
### ...
*.coverage
*.coveragexml

### MonoDevelop/Xamarin User Specific Files.
###
### ...
*.userprefs

### .NETCore Files.
###
### ...
project.lock.json
project.fragment.lock.json
artifacts/
**/Properties/launchSettings.json

### NUnit Files.
###
### ...
*.VisualState.xml
TestResult.xml

### ReSharper User Files.
###
### ...
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user

### DotCover Files.
###
### ...
*.dotCover

### NuGet Packages.
###
### ...
*.nupkg
**/packages/*
!**/packages/build/

### NuGet 3 Project Files.
###
### ...
*.nuget.props
*.nuget.targets
73 changes: 0 additions & 73 deletions Capstone.NET.sln

This file was deleted.

77 changes: 0 additions & 77 deletions CapstoneCMD/CapstoneCMD.csproj

This file was deleted.

Loading

0 comments on commit 2bd967f

Please sign in to comment.