Skip to content

Commit

Permalink
starting over again first adding gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
taiwanesePortrait committed Aug 11, 2015
1 parent 32e6d3a commit 2d6326a
Show file tree
Hide file tree
Showing 117 changed files with 47 additions and 129,969 deletions.
9 changes: 0 additions & 9 deletions .classpath

This file was deleted.

87 changes: 0 additions & 87 deletions .cproject

This file was deleted.

64 changes: 47 additions & 17 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@

#------------------ android --------------------------

# Built application files
*.apk
*.ap_

# Files for the Dalvik VM
*.dex

# Java class files
*.class

# Generated files
bin/
gen/

# Gradle files
.gradle/
build/

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

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

# Android Studio Navigation editor temp files
.navigation/

#------------------ OF --------------------------

# Some general ignore patterns
build/
obj/
Expand All @@ -8,8 +43,8 @@ Release*/
*.app/
*.pyc
.svn/


#XCode
*.pbxuser
*.perspective
Expand All @@ -19,51 +54,46 @@ Release*/
#XCode 4
xcuserdata
*.xcworkspace

#Code::Blocks
*.depend
*.layout

#Visual Studio
*.sdf
*.opensdf
*.suo
ipch/

#Eclipse
.metadata
local.properties
.externalToolBuilders


# OS-specific ignore patterns

#Linux
*~
# KDE
.directory

#OSX
.DS_Store
*.swp
*~.nib
# Thumbnails
._*

#Windows
# Windows image file caches
Thumbs.db
# Folder config file
Desktop.ini

#Android
.csettings
/libs/openFrameworksCompiled/project/android/paths.make

# Miscellaneous
.mailmap


#zach added:

*.jar
98 changes: 0 additions & 98 deletions .project

This file was deleted.

Loading

0 comments on commit 2d6326a

Please sign in to comment.