mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Update .gitignore, fix syntax in LibreQoS.py
* Add src/rust/target to the .gitignore file, to avoid including Rust build artifacts in the Git tree. * Fix the syntax when calling the IP mapping helper and deleting IP mappings. Signed-off-by: Herbert Wolverson <herberticus@gmail.com>
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -46,6 +46,9 @@ src/longTermStats.json
|
||||
src/queuingStructure.json
|
||||
src/tinsStats.json
|
||||
|
||||
# Ignore Rust build artifacts
|
||||
src/rust/target
|
||||
|
||||
# Ignore project folders for some IDEs
|
||||
.idea/
|
||||
__pycache__
|
||||
|
||||
Reference in New Issue
Block a user