This website requires JavaScript.
Explore
Help
Sign In
ports
/
libssh
Watch
1
Star
1
Fork
0
You've already forked libssh
Code
Releases
1
Activity
neutrino/2020
libssh
/
.gitignore
13 lines
87 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
gitignore: ignore object files
2011-08-05 13:13:54 +04:00
*.a
*.o
Add a git ignore file.
2009-06-19 12:25:51 +04:00
.*
*.swp
*~$
cscope.*
cmake: Link compile database to source dir for clangd See https://github.com/ycm-core/YouCompleteMe https://github.com/abingham/emacs-ycmd Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2019-10-25 11:14:28 +03:00
compile_commands.json
cpack: Do not package .cache directory used by clangd Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2021-08-26 15:58:09 +03:00
/.cache
cmake: Link compile database to source dir for clangd See https://github.com/ycm-core/YouCompleteMe https://github.com/abingham/emacs-ycmd Signed-off-by: Andreas Schneider <asn@cryptomilk.org> Reviewed-by: Jakub Jelen <jjelen@redhat.com>
2019-10-25 11:14:28 +03:00
/.clangd
Add a git ignore file.
2009-06-19 12:25:51 +04:00
tags
Ignore all build and obj* directories Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
2015-10-28 11:28:05 +03:00
/build
/obj*
Copy Permalink