forked from bgilmore/mustaine
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitignore
More file actions
22 lines (20 loc) · 765 Bytes
/
.gitignore
File metadata and controls
22 lines (20 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.DS_Store
*.py[co]
*.egg
*.egg-info
dist
build
tags
.tox
tests/support/hessian-test-servlet/build-local.properties
tests/support/hessian-test-servlet/build/
tests/support/hessian-test-servlet/classes/
tests/support/hessian-test-servlet/lib/hessian-4.0.37.jar
tests/support/hessian-test-servlet/lib/javax.servlet-api-3.1.0.jar
tests/support/hessian-test-servlet/lib/jetty-http-9.2.9.v20150224.jar
tests/support/hessian-test-servlet/lib/jetty-io-9.2.9.v20150224.jar
tests/support/hessian-test-servlet/lib/jetty-security-9.2.9.v20150224.jar
tests/support/hessian-test-servlet/lib/jetty-server-9.2.9.v20150224.jar
tests/support/hessian-test-servlet/lib/jetty-servlet-9.2.9.v20150224.jar
tests/support/hessian-test-servlet/lib/jetty-util-9.2.9.v20150224.jar
.coverage