initialize repo
[frc-3501-start] / .gitignore
CommitLineData
817488ab 1# -*- mode: gitignore; -*-
2# built application files
3*.apk
4*.ap_
5
6# files for the dex VM
7*.dex
8
9# Java class files
10*.class
11
12# generated files
13bin/
14gen/
15
16# Local configuration file (sdk path, etc)
17local.properties
18
19# Eclipse project files
20.classpath
21.project
22
23# Proguard folder generated by Eclipse
24proguard/
25
26# Intellij project files
27*.iml
28*.ipr
29*.iws
30.idea/
31
32#Gradle
33.gradletasknamecache
34.gradle/
35build/
36bin/
37
38*~
39\#*\#
40.\#*
41
42.DS_Store
43*.pydevproject
44.metadata
45.gradle
46bin/
47tmp/
48*.tmp
49*.bak
50*.swp
51*~.nib
52local.properties
53.settings/
54.loadpath
55
56# Eclipse Core
57.project
58
59# External tool builders
60.externalToolBuilders/
61
62# Locally stored "Eclipse launch configurations"
63*.launch
64
65# CDT-specific
66.cproject
67
68# JDT-specific (Eclipse Java Development Tools)
69.classpath
70
71# Java annotation processor (APT)
72.factorypath
73
74# PDT-specific
75.buildpath
76
77# sbteclipse plugin
78.target
79
80# TeXlipse plugin
81.texlipse