diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-02 22:50:18 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-02 22:50:18 -0400 |
| commit | e476799ab7d0e26256ac9be25888e963dc0928a0 (patch) | |
| tree | 75ad3ade720e57d74c984a19bfdb1ff05aeee75a /.gitignore | |
| parent | aa6992613087f227df8f823e8ee41761c386840e (diff) | |
Move coroutines into examples folder due to compatibility issues on some
platforms/compilers
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,7 @@ !/examples/*.* !/examples/*/*.* /examples/*/*.so +/examples/*/*.a /examples/*/*.h !/examples/!(*)/*.h @@ -10,6 +11,7 @@ !/lib/*.* !/lib/*/*.* /lib/*/*.so +/lib/*/*.a /lib/*/*.h !/lib/!(*)/*.h |
