1###OSX### 2 3.DS_Store 4.AppleDouble 5.LSOverride 6 7# Icon must ends with two \r. 8Icon 9 10 11# Thumbnails 12._* 13 14# Files that might appear on external disk 15.Spotlight-V100 16.Trashes 17 18 19###Linux### 20 21*~ 22 23# KDE directory preferences 24.directory 25 26 27###Android### 28 29# Built application files 30*.apk 31*.ap_ 32 33# Files for ART and Dalvik VM 34*.dex 35 36# Java class files 37*.class 38 39# Generated files 40bin/ 41gen/ 42 43# Gradle files 44.gradle/ 45.gradletasknamecache 46build/ 47 48# Local configuration file (sdk path, etc) 49local.properties 50jar-infer/scripts/android-jar.conf 51 52# Proguard folder generated by Eclipse 53proguard/ 54 55# Lint 56lint-report.html 57lint-report_files/ 58lint_result.txt 59 60# Mobile Tools for Java (J2ME) 61.mtj.tmp/ 62 63# Package Files # 64*.war 65*.ear 66 67# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml 68hs_err_pid* 69 70 71###IntelliJ### 72 73*.iml 74*.ipr 75*.iws 76.idea/ 77 78 79###Eclipse### 80 81*.pydevproject 82.metadata 83tmp/ 84*.tmp 85*.bak 86*.swp 87*~.nib 88.settings/ 89.loadpath 90 91# External tool builders 92.externalToolBuilders/ 93 94# Locally stored "Eclipse launch configurations" 95*.launch 96 97# CDT-specific 98.cproject 99 100# PDT-specific 101.buildpath 102 103# sbteclipse plugin 104.target 105 106# TeXlipse plugin 107.texlipse 108