/
githubmirror
/
rdma-core
Обзор
Документация
Войти
/
githubmirror
/
rdma-core
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.gitignore
77 строк
688 B
Jason Gunthorpe
Add clangd stuff to .gitignore
29 ноя 2022, 23:21
29 ноя 2022, 23:21
3755b68
Код
Авторство
О чём код?
# -*- mode: gitignore; -*- # CMake cmake_install.cmake CMakeFiles CMakeCache.txt lib*.a /bin/** /lib/** /include/** /.ninja* *.ninja Makefile # Tags TAGS .TAGS !TAGS/ tags .tags !tags/ gtags.files GTAGS GRTAGS GPATH # clangd .cache/ # cscope cscope.files cscope.out cscope.in.out cscope.po.out # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock *.elc auto-save-list tramp .\#* # Org-mode .org-id-locations *_archive # flymake-mode *_flymake.* # eshell files /eshell/history /eshell/lastdir # elpa packages /elpa/ # reftex files *.rel # AUCTeX auto folder /auto/ # cask packages .cask/ # vim [._]*.s[a-w][a-z] [._]s[a-w][a-z] *.un~ Session.vim .netrwhist *~ # python *.pyc