File tree Expand file tree Collapse file tree 1 file changed +9
-44
lines changed
Expand file tree Collapse file tree 1 file changed +9
-44
lines changed Original file line number Diff line number Diff line change 11# Bundler
2- / .bundle /
2+ .bundle
33Gemfile.lock
44
5- # Build artifacts
6- * .gem
7- * .so
8- * .dll
9- * .bundle
10- * .o
11- * .obj
12- * .pdb
13- * .ilk
14- * .exp
15- * .lib
16-
175# Extension build files
186/ext /build
197
208# Compiled extension in lib (should be built fresh)
21- /lib /* .so
22- /lib /* .dll
23- /lib /* .bundle
24- /lib /bitmap_plus_plus /
25-
26- # Old ext directory files (from before restructure)
27- /ext /Makefile
28- /ext /mkmf.log
29- /ext /* .o
30- /ext /* .obj
31- /ext /* .pdb
32- /ext /* .ilk
33- /ext /* .dll
34- /ext /* .so
35- /ext /out /
36-
37- # CMake build directories
38- out /
39- CMakeCache.txt
40- CMakeFiles /
41- cmake_install.cmake
42- build.ninja
43- .ninja_ *
9+ lib /** /* .so
10+ lib /** /* .dll
11+ lib /** /* .pdb
12+ lib /** /* .bundle
4413
4514# IDE files
46- / .idea /
47- / .vs /
15+ .idea
16+ .vs
4817* .vcxproj.user
49- nbproject /
5018
51- # Documentation
52- / doc /
19+ # AI
20+ .claude
5321
5422# Packaging
5523/pkg /
@@ -63,6 +31,3 @@ heap.dump
6331# Ruby version managers
6432.ruby-version
6533.rvmrc
66-
67- # Coverage reports
68- coverage /
You can’t perform that action at this time.
0 commit comments