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