aboutsummaryrefslogtreecommitdiffstats
path: root/libraries/StickyListHeaders/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/StickyListHeaders/.gitignore')
-rw-r--r--libraries/StickyListHeaders/.gitignore98
1 files changed, 98 insertions, 0 deletions
diff --git a/libraries/StickyListHeaders/.gitignore b/libraries/StickyListHeaders/.gitignore
new file mode 100644
index 000000000..71d84cca6
--- /dev/null
+++ b/libraries/StickyListHeaders/.gitignore
@@ -0,0 +1,98 @@
+###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
+
+
+###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
+
+
+###Maven###
+
+target/
+
+
+###Gradle###
+
+.gradle/
+build/
+
+
+###IntelliJ###
+
+*.iml
+*.ipr
+*.iws
+.idea/
+
+
+###Actionscript###
+
+# Build and Release Folders
+bin/
+bin-debug/
+bin-release/
+
+# Project property files
+.actionScriptProperties
+.flexProperties
+.settings/
+.project
+
+###OSX###
+
+.DS_Store
+
+# Thumbnails
+._*
+
+# Files that might appear on external disk
+.Spotlight-V100
+.Trashes
+
+