git: ignore python bytecode files
[dpdk.git] / .gitignore
1 # ignore generated documentation tables
2 doc/guides/nics/overview_table.txt
3 doc/guides/cryptodevs/overview_feature_table.txt
4 doc/guides/cryptodevs/overview_cipher_table.txt
5 doc/guides/cryptodevs/overview_auth_table.txt
6 doc/guides/cryptodevs/overview_aead_table.txt
7 doc/guides/compressdevs/overview_feature_table.txt
8
9 # ignore generated ctags/cscope files
10 cscope.out.po
11 cscope.out.in
12 cscope.out
13 cscope.files
14 GTAGS
15 GPATH
16 GRTAGS
17 tags
18 TAGS
19
20 # ignore python bytecode files
21 *.pyc