move instantiation of physical components to map
[ozzloy@gmail.com/3501-spark-go] / .gitignore
1 *.pydevproject
2 .metadata
3 .gradle
4 bin/
5 tmp/
6 *.tmp
7 *.bak
8 *.swp
9 *~.nib
10 local.properties
11 .settings/
12 .loadpath
13
14 # Eclipse Core
15 .project
16
17 # External tool builders
18 .externalToolBuilders/
19
20 # Locally stored "Eclipse launch configurations"
21 *.launch
22
23 # CDT-specific
24 .cproject
25
26 # JDT-specific (Eclipse Java Development Tools)
27 .classpath
28
29 # PDT-specific
30 .buildpath
31
32 # sbteclipse plugin
33 .target
34
35 # TeXlipse plugin
36 .texlipse
37
38 # custom stuff that seems unnecessary
39 build/
40 dist/
41 sysProps.xml