-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
65 lines (53 loc) · 924 Bytes
/
.gitignore
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
59
60
61
62
63
64
65
# SPDX-FileCopyrightText: 2016-2017, Nefeli Networks, Inc.
# SPDX-FileCopyrightText: 2017, The Regents of the University of California.
# SPDX-License-Identifier: BSD-3-Clause
# Temporary/hidden files
.*
*.dump
cscope.*
*.vim
core/.deps
core/extra.mk
core/extra.dpdk.mk
core/kmod/.cache.mk
*.retry
*.cache.mk
dictionary.dic
# Vagrant stores temporary files in env/.vagrant
env/.vagrant
# VM images
# Object files
*.pyc
*.o
*.ko
*.symvers
*.mod.c
modules.order
*.o.ur-*
# Libraries
*.lib
*.a
# Shared objects
*.so
*.so.*
# 3rd-party libraries
deps/dpdk*
!deps/dpdk*_common_linuxapp
# Auto-generated by Doxygen
doxygen/doxygen.errors
doxygen/html/
doxygen/latex/
# VM images and SSH keys
*.img
*.qcow2
vm.key
# JSON Compilation Database
compile_commands.json
# virtualenv
venv/
# Keep GitHub Actions, reuse, clang-format file and spellchecking files
!.github
!.reuse
!.clang-format
!.spellcheck.yml
!.wordlist.txt