mirror of
https://github.com/php-win-ext/phpredis.git
synced 2026-03-24 00:52:16 +01:00
Additionally remove `.github` from our root-level `.gitignore` file. I assume it was erroneously added some time ago since we have files in this repo. Fixes #2705
24 lines
220 B
Plaintext
24 lines
220 B
Plaintext
/.idea
|
|
/.vscode
|
|
/docs/.cache
|
|
.cquery
|
|
*.deps
|
|
*.libs
|
|
*.o
|
|
*.lo
|
|
Makefile*
|
|
configure*
|
|
ac*.m4
|
|
config.*
|
|
install-sh
|
|
libtool
|
|
./*.sh
|
|
build*
|
|
missing
|
|
autom4te.cache
|
|
mkinstalldirs
|
|
tags
|
|
compile_commands.json
|
|
doctum.phar
|
|
run-tests.php
|