Skip to content

Commit 9c075e2

Browse files
committed
Update .gitignore to refelect recent changes
1 parent b0b4375 commit 9c075e2

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

.gitignore

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,22 @@ ext/pk11_struct_def.inc
44
ext/pk11_struct_impl.inc
55
ext/pk11_thread_funcs.c
66
ext/pk11_thread_funcs.h
7+
pkcs11_luna/ext/generate_constants.rb
8+
pkcs11_luna/ext/generate_structs.rb
9+
pkcs11_luna/ext/pk11_const_macros.h
10+
pkcs11_luna/ext/pk11_struct_macros.h
11+
pkcs11_luna/ext/pk11_version.h
12+
pkcs11_luna/ext/std_structs.rb
13+
pkcs11_luna/pkg/
14+
pkcs11_protect_server/ext/generate_constants.rb
15+
pkcs11_protect_server/ext/generate_structs.rb
716
pkcs11_protect_server/ext/pk11_const_macros.h
817
pkcs11_protect_server/ext/pk11_struct_macros.h
918
pkcs11_protect_server/ext/pk11_version.h
10-
pkcs11_protect_server/ext/pk11s_const_def.inc
11-
pkcs11_protect_server/ext/pk11s_struct.doc
12-
pkcs11_protect_server/ext/pk11s_struct_def.inc
13-
pkcs11_protect_server/ext/pk11s_struct_impl.inc
19+
pkcs11_protect_server/ext/std_structs.rb
20+
pkcs11_protect_server/pkg/
1421
*.so
1522
Gemfile.lock
1623
tmp
1724
Manifest.txt
25+
pkg/

0 commit comments

Comments
 (0)