p4tutorials-turkce/.gitignore
Robert Soule 8ffdf22178 Added VM for Fall D2. (#61)
* Created new subdirectory for Fall developer day.

* Created vm directory for P4D2_2017_Fall. Fixed emacs permission problem.
2017-10-24 07:11:34 -07:00

21 lines
162 B
Plaintext

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