Merge pull request #113 from mpeuster/master
[osm/vim-emu.git] / .gitignore
1 # Byte-compiled / optimized / DLL files
2 __pycache__/
3 *.py[cod]
4 *$py.class
5
6 #IDE
7 .idea/
8
9 # vagrant
10 .vagrant/
11
12 # C extensions
13 *.so
14
15 # Distribution / packaging
16 .Python
17 env/
18 build/
19 develop-eggs/
20 dist/
21 downloads/
22 eggs/
23 .eggs/
24 lib/
25 lib64/
26 parts/
27 sdist/
28 var/
29 *.egg-info/
30 .installed.cfg
31 *.egg
32
33 # PyInstaller
34 #  Usually these files are written by a python script from a template
35 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
36 *.manifest
37 *.spec
38
39 # Installer logs
40 pip-log.txt
41 pip-delete-this-directory.txt
42
43 # Unit test / coverage reports
44 htmlcov/
45 .tox/
46 .coverage
47 .coverage.*
48 .cache
49 nosetests.xml
50 coverage.xml
51 *,cover
52 .hypothesis/
53
54 # Translations
55 *.mo
56 *.pot
57
58 # Django stuff:
59 *.log
60
61 # Sphinx documentation
62 docs/_build/
63
64 # PyBuilder
65 target/
66
67 #Ipython Notebook
68 .ipynb_checkpoints
69
70 #Pytest
71 .pytest.restart
72
73 # JUnit xml
74 utils/ci/junit-xml/*.xml