Merge "Pylog test suite"
[logging-analytics.git] / .gitignore
1 # Maven
2 target/
3 build/
4
5 # Vagrant
6 .vagrant
7
8 # IntelliJ
9 .idea/
10 *.iml
11
12 # Eclipse
13 .project
14 .classpath
15 .settings
16
17 # Python
18 .tox/
19 __pycache__/
20 *.pyc
21
22 npm-debug.log
23 node_modules/
24 node_install/
25 test_output/
26 test-output/
27 dist/