forked from p4lang/p4c
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
58 lines (45 loc) · 751 Bytes
/
.gitignore
File metadata and controls
58 lines (45 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
frontends/p4/p4-lex.c
frontends/p4/p4-parse.cpp
py-compile
# vi/emacs tags files
TAGS
tags
# extensions is reserved for custom back-ends
# otherMakefiles.am is auto-generated by find-makefiles.sh
# *tests.am are auto-generated by gen-tests.py
extensions/*
otherMakefiles.am
unified-compilation.am
*.d
*.output
*.json.p4
*p4.json
build/
*.pyc
# testing may generate packet observation logs
*.obs
# Eclipse files
.cproject
.project
.settings
.vscode
#vim swaps
.*.swp
.*.swo
.*.swa
# emacs backup
*~
# macOS files
.DS_Store
# Bazel files
bazel-*
*.bazel.lock
# JetBrains
.idea/
docs/doxygen/p4c-doxygen-warn.log
# Local Documentation build theme files
docs/doxygen/awesome_css/
# thirdparty
backends/tofino/third_party/
# Python uv
uv.lock