Update release downloads
[docs.git] / .gitignore
1 # Build
2 target
3
4 # IntelliJ
5 .idea
6 *.iml
7 *.ipr
8 *.iws
9
10 # Eclipse
11 .project
12 .classpath
13 .settings/
14
15 # Python
16 .tox/
17 __pycache__/
18 *.pyc
19 docs/javadoc/
20
21 # Vim
22 .*.sw?
23
24 # Emacs
25 *~
26 \#*\#
27
28 # MacOS
29 .DS_Store