p4tutorials-turkce/.gitignore
Nate Foster ef64a2cfd8 Sigcomm 17 (#52)
This problem contains the tutorial exercises and solutions presented at SIGCOMM '17.
2017-10-03 16:30:47 -04:00

18 lines
141 B
Plaintext

# Python byte code
*.pyc
# Emacs
*~
# Compiled JSON
*.json
!*p4app.json
*.pcap
# Extracted solutions
solution*/
# Build folders
build*/