.gitignore temporary directories and symlinks in system test dir
This commit is contained in:
8
bin/tests/system/.gitignore
vendored
8
bin/tests/system/.gitignore
vendored
@@ -20,4 +20,10 @@ named.run
|
||||
/start.sh
|
||||
/stop.sh
|
||||
/ifconfig.sh
|
||||
/*_tmp_*
|
||||
|
||||
# Ignore file names with underscore in their name except python or shell files.
|
||||
# This is done to ignore the temporary directories and symlinks created by the
|
||||
# pytest runner, which contain underscore in their file names.
|
||||
/*_*
|
||||
!/*_*.py
|
||||
!/*_*.sh
|
||||
|
||||
Reference in New Issue
Block a user