Bump checkstyle to 10.13.0
[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 *~.nib
11 local.properties
12 .settings/
13 .loadpath
14
15 .project
16 .classpath
17
18 .checkstyle
19 .fbExcludeFilterFile
20
21 # Vim
22 .*.sw?
23
24 # https://github.com/jbosstools/m2e-apt
25 .factorypath
26
27 # External tool builders
28 .externalToolBuilders/
29
30 # Locally stored "Eclipse launch configurations"
31 *.launch
32
33 # CDT-specific
34 .cproject
35
36 # PDT-specific
37 .buildpath
38
39 # sbteclipse plugin
40 .target
41
42 # TeXlipse plugin
43 .texlipse
44
45
46 ### https://raw.github.com/github/gitignore/master/Global/jetbrains.gitignore
47
48 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm
49
50 ## Directory-based project format
51 .idea/
52 # if you remove the above rule, at least ignore user-specific stuff:
53 # .idea/workspace.xml
54 # .idea/tasks.xml
55 # and these sensitive or high-churn files:
56 # .idea/dataSources.ids
57 # .idea/dataSources.xml
58 # .idea/sqlDataSources.xml
59 # .idea/dynamic.xml
60
61 ## File-based project format
62 *.ipr
63 *.iws
64 *.iml
65
66 ## Additional for IntelliJ
67 out/
68
69 # generated by mpeltonen/sbt-idea plugin
70 .idea_modules/
71
72 # generated by JIRA plugin
73 atlassian-ide-plugin.xml
74
75 # generated by Crashlytics plugin (for Android Studio and Intellij)
76 com_crashlytics_export_strings.xml
77
78 # maven
79 target/
80 target-ide/
81
82 # ./tox.ini Python packages used e.g. by http://coala.io
83 .tox/
84
85 # Sphinx build directory
86 _build