- Minor fixes to p4runtime exercise and README - Adding p4runtime/solution - Adding p4runtime/topology.json - Updating .gitignore to include solution directory and topology.json - Fixing root-bootstrap to exit on errors - Updating VM name in Vagrantfile - Setting up VM to automatically log 'p4' user in on startup
33 lines
266 B
Plaintext
33 lines
266 B
Plaintext
# Python byte code
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Emacs
|
|
*~
|
|
|
|
# Compiled JSON
|
|
*.json
|
|
!*p4app.json
|
|
!topology.json
|
|
|
|
*.pcap
|
|
|
|
# Extracted solutions
|
|
solution*/
|
|
!solution/
|
|
|
|
# Build folders
|
|
build*/
|
|
|
|
# Logs folders
|
|
logs/
|
|
|
|
# Vagrant
|
|
.vagrant/
|
|
|
|
# Mac OS
|
|
*.DS_Store
|
|
|
|
# IntelliJ / PyCharm
|
|
.idea/
|