https://github.com/jjoe64/GraphView
Raw File
Tip revision: 047769ac3fbf06055fef3ab49ae515a0ec8b5322 authored by Jonas Gehring on 22 January 2020, 13:03:00 UTC
Merge pull request #654 from pm-coffee/master
Tip revision: 047769a
.gitignore
_Store


# Generated by http://gitignore.io

### Eclipse ###
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bak
*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath

### IntelliJ ###
*.iml
*.ipr
*.iws
.idea/

### Android ###
# built application files
*.apk
*.ap_

# files for the dex VM
*.dex

# Java class files
*.class

# generated files
bin/
gen/

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

# Eclipse project files
.classpath
.project

# Proguard folder generated by Eclipse
proguard/

# Proguard folder generated by Intellij
proguard_logs/

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

adt-bundle-windows-x86_64/

### Windows ###
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

### Linux ###
.*
!.gitignore
*~
# Generated by http://gitignore.io

### Gradle ###
# Exclude Folder List #
.gradle/
build/
.gradletasknamecache
gradle.properties

back to top