We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253b7a0 commit d224e76Copy full SHA for d224e76
.gitignore
@@ -10,6 +10,7 @@
10
*.so.*
11
*.dylib
12
*.dll
13
+*.wasm
14
*.orig
15
*.pyc
16
*.pyd
Makefile.pre.in
@@ -2284,6 +2284,7 @@ clean-retain-profile: pycremoval
2284
find . -name '*.[oa]' -exec rm -f {} ';'
2285
find . -name '*.s[ol]' -exec rm -f {} ';'
2286
find . -name '*.so.[0-9]*.[0-9]*' -exec rm -f {} ';'
2287
+ find . -name '*.wasm' -exec rm -f {} ';'
2288
find . -name '*.lst' -exec rm -f {} ';'
2289
find build -name 'fficonfig.h' -exec rm -f {} ';' || true
2290
find build -name '*.py' -exec rm -f {} ';' || true
0 commit comments