setools/.gitignore
Fernand Lone-Sang ba1869f658 add tox configuration file
From the project webpage:

"""
Tox is a generic virtualenv management and test command line tool you can use
for:

- checking your package installs correctly with different Python versions and
  interpreters
- running your tests in each of the environments, configuring your test tool of
  choice
- acting as a frontend to Continuous Integration servers, greatly reducing
  boilerplate and merging CI and shell-based testing.
"""
2015-02-16 09:43:21 +01:00

13 lines
178 B
Plaintext

/build
/dist
/setools.egg-info
*.pyc
*.pyo
libqpol/policy_parse.c
libqpol/policy_parse.h
libqpol/policy_scan.c
setools/policyrep/qpol_wrap.c
setools/policyrep/qpol.py
*.so
/.tox