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:
Robert Chacón 2022-09-13 06:11:16 -06:00 committed by GitHub
commit 64ab240b15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 31 additions and 12 deletions

15
.gitignore vendored Normal file
View 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
View File

@ -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