64ab56632f
Generally hidden files are hidden for good reason and we don't want to track them in git. They can always be manually added to git tracking individually if needed. Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
25 lines
499 B
Plaintext
25 lines
499 B
Plaintext
# 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/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
|