File tree Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Expand file tree Collapse file tree 1 file changed +52
-0
lines changed Original file line number Diff line number Diff line change
1
+ .metadata
2
+ bin /
3
+ tmp /
4
+ * .tmp
5
+ * .bak
6
+ * .swp
7
+ * ~.nib
8
+ local.properties
9
+ .settings /
10
+ .loadpath
11
+ .recommenders
12
+
13
+ # External tool builders
14
+ .externalToolBuilders /
15
+
16
+ # Locally stored "Eclipse launch configurations"
17
+ * .launch
18
+
19
+ # PyDev specific (Python IDE for Eclipse)
20
+ * .pydevproject
21
+
22
+ # CDT-specific (C/C++ Development Tooling)
23
+ .cproject
24
+
25
+ # Java annotation processor (APT)
26
+ .factorypath
27
+
28
+ # PDT-specific (PHP Development Tools)
29
+ .buildpath
30
+
31
+ # sbteclipse plugin
32
+ .target
33
+
34
+ # Tern plugin
35
+ .tern-project
36
+
37
+ # TeXlipse plugin
38
+ .texlipse
39
+
40
+ # STS (Spring Tool Suite)
41
+ .springBeans
42
+
43
+ # Code Recommenders
44
+ .recommenders /
45
+
46
+ # Scala IDE specific (Scala & Java development for Eclipse)
47
+ .cache-main
48
+ .scala_dependencies
49
+ .worksheet
50
+
51
+ * .example.h
52
+ data /cert /* .h
You can’t perform that action at this time.
0 commit comments