Merge changes I7e6275ea,Ia4ee994b
[odlparent.git] / .gitignore
1 ### https://raw.github.com/github/gitignore/master/Global/eclipse.gitignore
2
3 *.pydevproject
4 .metadata
5 .gradle
6 bin/
7 tmp/
8 *.tmp
9 *.bak
10 *.swp
11 *~.nib
12 local.properties
13 .settings/
14 .loadpath
15
16 # External tool builders
17 .externalToolBuilders/
18
19 # Locally stored "Eclipse launch configurations"
20 *.launch
21
22 # CDT-specific
23 .cproject
24
25 # PDT-specific
26 .buildpath
27
28 # sbteclipse plugin 
29 .target
30
31 # TeXlipse plugin
32 .texlipse
33
34
35 ### https://raw.github.com/github/gitignore/master/Global/jetbrains.gitignore
36
37 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
38
39 ## Directory-based project format
40 .idea/
41 # if you remove the above rule, at least ignore user-specific stuff:
42 # .idea/workspace.xml
43 # .idea/tasks.xml
44 # and these sensitive or high-churn files:
45 # .idea/dataSources.ids
46 # .idea/dataSources.xml
47 # .idea/sqlDataSources.xml
48 # .idea/dynamic.xml
49
50 ## File-based project format
51 *.ipr
52 *.iws
53 *.iml
54
55 ## Additional for IntelliJ
56 out/
57
58 # generated by mpeltonen/sbt-idea plugin
59 .idea_modules/
60
61 # generated by JIRA plugin
62 atlassian-ide-plugin.xml
63
64 # generated by Crashlytics plugin (for Android Studio and Intellij)
65 com_crashlytics_export_strings.xml
66
67 # maven
68 target
69