Merge "Add pluginRepositories section to help resolving Maven plugins"
[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 .project
17 .classpath
18
19 # External tool builders
20 .externalToolBuilders/
21
22 # Locally stored "Eclipse launch configurations"
23 *.launch
24
25 # CDT-specific
26 .cproject
27
28 # PDT-specific
29 .buildpath
30
31 # sbteclipse plugin 
32 .target
33
34 # TeXlipse plugin
35 .texlipse
36
37
38 ### https://raw.github.com/github/gitignore/master/Global/jetbrains.gitignore
39
40 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
41
42 ## Directory-based project format
43 .idea/
44 # if you remove the above rule, at least ignore user-specific stuff:
45 # .idea/workspace.xml
46 # .idea/tasks.xml
47 # and these sensitive or high-churn files:
48 # .idea/dataSources.ids
49 # .idea/dataSources.xml
50 # .idea/sqlDataSources.xml
51 # .idea/dynamic.xml
52
53 ## File-based project format
54 *.ipr
55 *.iws
56 *.iml
57
58 ## Additional for IntelliJ
59 out/
60
61 # generated by mpeltonen/sbt-idea plugin
62 .idea_modules/
63
64 # generated by JIRA plugin
65 atlassian-ide-plugin.xml
66
67 # generated by Crashlytics plugin (for Android Studio and Intellij)
68 com_crashlytics_export_strings.xml
69
70 # maven
71 target
72