Skip to content

Commit

Permalink
updated some scripts, gitignore, cleaned a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar-costa committed Jan 23, 2019
1 parent c60ab58 commit 507546f
Show file tree
Hide file tree
Showing 29 changed files with 95 additions and 3,164 deletions.
32 changes: 31 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -454,4 +454,34 @@ $RECYCLE.BIN/
*.lnk


# End of https://www.gitignore.io/api/latex,linux,macos,python,windows,phpstorm
# End of https://www.gitignore.io/api/latex,linux,macos,python,windows,phpstorm

#own ignores
# Python byte code
*.pyc

# Emacs
*~

# Compiled JSON
*.json
!*p4app*.json

*.pcap

# Build folders
build*/
log*/
pcap*/
*.pickle

*.db

*.p4i
*.p4rt

#latex
*.aux
*.bbl
*.log
*.out
7 changes: 0 additions & 7 deletions examples/bin/install-emacs-mode.sh

This file was deleted.

93 changes: 0 additions & 93 deletions examples/bin/install.sh

This file was deleted.

53 changes: 0 additions & 53 deletions examples/bin/update-bmv2.sh

This file was deleted.

11 changes: 0 additions & 11 deletions examples/bin/update-p4c-bm.sh

This file was deleted.

35 changes: 0 additions & 35 deletions examples/bin/update-p4c.sh

This file was deleted.

Loading

0 comments on commit 507546f

Please sign in to comment.