summaryrefslogtreecommitdiffstats
path: root/src/seastar/dpdk/.gitignore
blob: 5eda2c31ec880531cd1367d46c1679ad894c2700 (plain)
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
# ignore hidden files
.*

# ignore generated documentation tables
doc/guides/nics/overview_table.txt
doc/guides/cryptodevs/overview_feature_table.txt
doc/guides/cryptodevs/overview_cipher_table.txt
doc/guides/cryptodevs/overview_auth_table.txt
doc/guides/cryptodevs/overview_aead_table.txt
doc/guides/cryptodevs/overview_asym_table.txt
doc/guides/compressdevs/overview_feature_table.txt

# ignore generated ctags/cscope files
cscope.out.po
cscope.out.in
cscope.out
cscope.files
GTAGS
GPATH
GRTAGS
tags
TAGS

# ignore python bytecode files
*.pyc

# ignore default build directory, and directories from test-meson-builds.sh
build
build-*