5957cda7af
After you run a python script, a .pyc file is often left behind, which we don't want to track in git. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
22 lines
473 B
Plaintext
22 lines
473 B
Plaintext
# 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/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
|