kc3-lang/libevent/.gitignore

Branch :


Log

Author Commit Date CI Message
78d29804 2024-06-24 15:58:46 gitignore cleanup (#1672)
aef201a9 2024-04-29 13:35:33 Change ident for EVFILT_USER to 0 and add a test (#1582) Conventionally, ident for EVFILT_USER is set to 0 to avoid collision of file descriptors, which is what other renowned networking frameworks like netty(java), mio(rust), gnet(go), swift-nio(swift), etc. do currently. Co-authored-by: Azat Khuzhin <azat@libevent.org>
3f508af6 2024-01-14 13:40:35 Ignore the project files from IDE or editors I sometimes browse and edit C/C++ code with VSCode, and it would generate some project files in .vscode which could easily be added and even pushed to a git repo by accident. It's sort of annoying for programmers who work with VS/VSCode, IntelliJ/Clion, or other widely-used IDE or editors to prevent themself from using git command like `git add .` in lib event project. Therefore, I propose leaving the project files generated by VS/VSCode and IntelliJ/Clion untracked for libevent project. Hopefully, this can be accepted.
73037f88 2023-05-14 20:32:50 Ignore any archives (since you may use separate build dir for 'make dist')
b99106f3 2023-02-12 08:36:16 Add more ignore rules - for clangd - and compile_commands.json for it
94cc08fd 2023-01-15 20:56:56 Add CTestCostData.txt to gitignore
ed079c9f 2022-11-16 22:06:06 Add ws-chat-server to gitignore (#1376)
1c204d55 2022-06-13 04:58:50 Fix some typos (#1284) Signed-off-by: cuishuang <imcusg@gmail.com>
bceab045 2021-09-17 01:37:19 ci: fix macOS mbedtls version/search mbedtls just updated to version 3.0, install mbedtls@2 variant, which needs more help being located since it's no longer the default and no longer linked into the typical /usr/local dirs also gitignore mbedtls sample program binaries
f3e911ed 2020-05-06 02:09:51 Do not ignore anything in .github Fixes: 28eb0d91 ("github actions looks good - drop travis/appveyor (#951)")