Skip to content

Commit

Permalink
Update .gitignore files for previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
smcc committed May 12, 2013
1 parent b080ae3 commit 5ec8855
Show file tree
Hide file tree
Showing 7 changed files with 45 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
*.o
*.a
*.cmi
*.cmx
*.cmo
*.cma
/Makefile
/Makefile.in
aclocal.m4
autom4te.cache/
config.log
config.status
configure
depcomp
install-sh
missing
*.top
*.cmxa
._bcdi/
._d/
._ncdi/
7 changes: 7 additions & 0 deletions libasmir/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Makefile
Makefile.in
.deps/
config.h
config.h.in
makefile.inc
stamp-h1
3 changes: 3 additions & 0 deletions libasmir/apps/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
disassembler
insn_test
print-ir
1 change: 1 addition & 0 deletions libasmir/src/include/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
vex_version.h
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
vine_grammar.ml
vine_grammar.mli
vine_grammar.output
vine_lexer.ml
1 change: 1 addition & 0 deletions stp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
stp
4 changes: 4 additions & 0 deletions stp/ocaml/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
libstp.h
libstp.ml
libstp.mli
libstp_stubs.c

0 comments on commit 5ec8855

Please sign in to comment.