Skip to content

Commit

Permalink
oc method and json symbol feature finish
Browse files Browse the repository at this point in the history
  • Loading branch information
eugeneyang authored and eugeneyang committed Aug 22, 2016
0 parents commit e9a37fc
Show file tree
Hide file tree
Showing 14 changed files with 1,214 additions and 0 deletions.
106 changes: 106 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@
# svn
*.svn*

# mac
__MACOSX
*.DS_Store*
*._*
*.lock
*.Spotlight-V100
*.Trashes
*ehthumbs.db
*Thumbs.db

# Python
*.pyc
__pycache__/


# Vim
*.swp
*.swo
*.swn

# Xcode
*~.nib
build/
*.pbxuser
!default.pbxuser
*.mode1v3
!default.mode1v3
*.mode2v3
!default.mode2v3
*.perspectivev3
!default.perspectivev3
xcuserdata
*.xccheckout
*.moved-aside
DerivedData
*.hmap
*.ipa
*.xcuserstate

# generated files
bin/
gen/

# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# Local configuration file (sdk path, etc)
local.properties

# Eclipse project files
.classpath
.project
.settings/

# Proguard folder generated by Eclipse
proguard/

# Intellij project files
*.iml
*.ipr
*.iws
.idea/

#Pod
Pods/
!podfile
!podfile.lock

# Gradle files
.gradle
build/

# Ignore Gradle GUI config
gradle-app.setting

# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar

#Android studio For eclipse
#build.gradle
#gradle/
#gradlew
#gradlew.bat
#.gradle/
#



#tweak
_/
.theos/
obj/
*.deb



3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "class-dump"]
path = class-dump
url = https://github.com/0xced/class-dump
1 change: 1 addition & 0 deletions class-dump
Submodule class-dump added at a8877b
Loading

0 comments on commit e9a37fc

Please sign in to comment.