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