* Created new subdirectory for Fall developer day. * Created vm directory for P4D2_2017_Fall. Fixed emacs permission problem.
21 lines
162 B
Plaintext
21 lines
162 B
Plaintext
# Python byte code
|
|
*.pyc
|
|
|
|
# Emacs
|
|
*~
|
|
|
|
# Compiled JSON
|
|
*.json
|
|
!*p4app.json
|
|
|
|
*.pcap
|
|
|
|
# Extracted solutions
|
|
solution*/
|
|
|
|
# Build folders
|
|
build*/
|
|
|
|
# Vagrant
|
|
.vagrant/
|