Skip to content
Snippets Groups Projects
Commit 57111447 authored by Corné Lukken's avatar Corné Lukken
Browse files

Ignore newly generated files for CI unit tests

parent fd91d0e8
No related branches found
No related tags found
1 merge request!58L2SS-259: Integrate unit tests using Continuous Integration (CI)
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
**/.DS_Store **/.DS_Store
**/__pycache__ **/__pycache__
**/*.pyc **/*.pyc
**/*.egg-info
**/.tox
**/.stestr
**/env **/env
**/vscode-server.tar **/vscode-server.tar
**/.project **/.project
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment