Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
102 changes: 102 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
reated by http://www.gitignore.io
*/target/*
### Eclipse ###
*.pydevproject
.metadata
.gradle
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.project
.classpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

# sbteclipse plugin
.target

# TeXlipse plugin
.texlipse


### NetBeans ###
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml


### Intellij ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm

## Directory-based project format
.idea/
# if you remove the above rule, at least ignore user-specific stuff:
# .idea/workspace.xml
# .idea/tasks.xml
# and these sensitive or high-churn files:
# .idea/dataSources.ids
# .idea/dataSources.xml
# .idea/sqlDataSources.xml
# .idea/dynamic.xml

## File-based project format
*.ipr
*.iml
*.iws

## Additional for IntelliJ
out/

# generated by mpeltonen/sbt-idea plugin
.idea_modules/

# generated by JIRA plugin
atlassian-ide-plugin.xml

# generated by Crashlytics plugin (for Android Studio and Intellij)
com_crashlytics_export_strings.xml


### OSX ###
.DS_Store
.AppleDouble
.LSOverride

# Icon must end with two \r
Icon


# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

18 changes: 0 additions & 18 deletions YADrone/.classpath

This file was deleted.

4 changes: 0 additions & 4 deletions YADrone/.gitignore

This file was deleted.

17 changes: 0 additions & 17 deletions YADrone/.project

This file was deleted.

11 changes: 0 additions & 11 deletions YADrone/.settings/org.eclipse.jdt.core.prefs

This file was deleted.

8 changes: 0 additions & 8 deletions YADrone/android/.classpath

This file was deleted.

33 changes: 0 additions & 33 deletions YADrone/android/.project

This file was deleted.

79 changes: 0 additions & 79 deletions YADrone/build.xml

This file was deleted.

Binary file removed YADrone/lib/commons-net-3.2.jar
Binary file not shown.
Binary file removed YADrone/lib/core.jar
Binary file not shown.
Binary file removed YADrone/lib/jcommon-1.0.16.jar
Binary file not shown.
Binary file removed YADrone/lib/jfreechart-1.0.13.jar
Binary file not shown.
Binary file removed YADrone/lib/reflections/guava-11.0.2.jar
Binary file not shown.
Binary file removed YADrone/lib/reflections/javassist-3.16.1-GA.jar
Binary file not shown.
Binary file removed YADrone/lib/reflections/reflections-0.9.9-RC1.jar
Binary file not shown.
Binary file removed YADrone/lib/slf4j-api-1.7.2.jar
Binary file not shown.
Binary file removed YADrone/lib/slf4j-jdk14-1.7.2.jar
Binary file not shown.
Binary file removed YADrone/lib/xuggle-xuggler-5.4.jar
Binary file not shown.
Binary file removed YADrone/lib/zxing/core-2.2.jar
Binary file not shown.
Binary file removed YADrone/lib/zxing/javase-2.2.jar
Binary file not shown.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Loading