Skip to content

Commit

Permalink
minor gitignore updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cooljeanius committed Jun 3, 2024
1 parent b9718d3 commit 151309f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
eval "$(opam env --switch=default)"
export CHECK_IF_PREINSTALLED=false
time opam -y install xmlm ulex easy-format camomile gettext-camomile camlidl batteries piqi piqilib ctypes-foreign stdlib-shims
for lablgpkg in lablgl lablgtk lablgtk3 lablgtk3-extras lablgtk3-goocanvas2 lablgtk3-gtkspell3 lablgtk3-rsvg2 lablgtk3-sourceview3; do \
for lablgpkg in lablgl lablgtk lablgtk3 lablgtk3-extras lablgtk3-goocanvas2 lablgtk3-gtkspell3 lablgtk3-rsvg2; do \
sync && echo "attempting to install ${lablgpkg}..."; \
opam -y install "${lablgpkg}" || echo "unable to install ${lablgpkg}"; \
done
Expand Down
4 changes: 4 additions & 0 deletions libtracewrap/libtrace/src/ocaml/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
arch.h
arch.ml
arch.mli
arch_stubs.c
8 changes: 8 additions & 0 deletions ocaml/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
libasmir.h
libasmir.ml
libasmir.mli
libasmir_stubs.c
libbfd.h
libbfd.ml
libbfd.mli
libbfd_stubs.c
1 change: 1 addition & 0 deletions pcre-ocaml/lib/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ pcre
pcre.top
pcre.asm
pcre.s
*.so

0 comments on commit 151309f

Please sign in to comment.