mirror of
https://github.com/LibreQoE/LibreQoS.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #90 from khandieyea/more-deployable
Add ignores/dirty so the branch stays clean/_more_ pullable in prod
This commit is contained in:
commit
64ab240b15
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
|
||||
v1.1/Shaper.csv
|
||||
v1.1/network.json
|
||||
v1.1/ispConfig.py
|
||||
v1.1/xdp-cpumap-tc/
|
||||
v1.1/pping
|
||||
v1.1/statsByDevice.json
|
||||
v1.1/statsByParentNode.json
|
||||
v1.1/*.bak
|
||||
|
||||
|
||||
|
||||
# Ignore project folders for some IDEs
|
||||
.idea/
|
||||
__pycache__
|
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -1,12 +1,16 @@
|
||||
[submodule "v0.9/xdp-cpumap-tc"]
|
||||
path = v0.9/xdp-cpumap-tc
|
||||
url = https://github.com/xdp-project/xdp-cpumap-tc.git
|
||||
ignore = dirty
|
||||
[submodule "v1.0/xdp-cpumap-tc"]
|
||||
path = v1.0/xdp-cpumap-tc
|
||||
url = https://github.com/xdp-project/xdp-cpumap-tc.git
|
||||
ignore = dirty
|
||||
[submodule "v1.1/xdp-cpumap-tc"]
|
||||
path = v1.1/xdp-cpumap-tc
|
||||
url = https://github.com/xdp-project/xdp-cpumap-tc.git
|
||||
ignore = dirty
|
||||
[submodule "v1.2/xdp-cpumap-tc"]
|
||||
path = v1.2/xdp-cpumap-tc
|
||||
url = https://github.com/xdp-project/xdp-cpumap-tc.git
|
||||
ignore = dirty
|
||||
|
Loading…
Reference in New Issue
Block a user