Skip to content

Commit 6c2aee3

Browse files
committed
More gitignore updates.
1 parent b8b1acb commit 6c2aee3

File tree

1 file changed

+9
-44
lines changed

1 file changed

+9
-44
lines changed

.gitignore

Lines changed: 9 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,23 @@
11
# Bundler
2-
/.bundle/
2+
.bundle
33
Gemfile.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/

0 commit comments

Comments
 (0)