Add a .gitignore file for git users

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14665 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Fabrice Le Fessant 2014-04-23 12:53:40 +00:00
parent c0f862711e
commit 2e9bca0d57
1 changed files with 119 additions and 0 deletions

119
.gitignore vendored Normal file
View File

@ -0,0 +1,119 @@
*.o
*.cm*
*.a
*.so
*~
asmrun/alloc.c
asmrun/array.c
asmrun/callback.c
asmrun/compact.c
asmrun/compare.c
asmrun/custom.c
asmrun/debugger.c
asmrun/dynlink.c
asmrun/extern.c
asmrun/finalise.c
asmrun/floats.c
asmrun/freelist.c
asmrun/gc_ctrl.c
asmrun/globroots.c
asmrun/hash.c
asmrun/intern.c
asmrun/ints.c
asmrun/io.c
asmrun/lexing.c
asmrun/main.c
asmrun/major_gc.c
asmrun/md5.c
asmrun/memory.c
asmrun/meta.c
asmrun/minor_gc.c
asmrun/misc.c
asmrun/obj.c
asmrun/parsing.c
asmrun/printexc.c
asmrun/signals.c
asmrun/str.c
asmrun/sys.c
asmrun/terminfo.c
asmrun/unix.c
asmrun/weak.c
boot/Saved/
boot/camlheader
boot/ocamlrun
boot/ocamlyacc
bytecomp/opcodes.ml
bytecomp/runtimedef.ml
byterun/.depend.nt
byterun/jumptbl.h
byterun/ld.conf
byterun/ocamlrun
byterun/ocamlrund
byterun/opnames.h
byterun/primitives
byterun/prims.c
byterun/version.h
config/Makefile
config/m.h
config/s.h
debugger/dynlink.ml
debugger/dynlink.mli
debugger/lexer.ml
debugger/ocamldebug
debugger/parser.ml
debugger/parser.mli
expunge
lex/lexer.ml
lex/ocamllex
lex/parser.ml
lex/parser.mli
lex/parser.output
ocaml
ocamlbuild/glob_lexer.ml
ocamlbuild/lexers.ml
ocamlbuild/ocamlbuild.byte
ocamlbuild/ocamlbuild_config.ml
ocamlc
ocamlcomp.sh
ocamldoc/ocamldoc
ocamldoc/odoc_lexer.ml
ocamldoc/odoc_ocamlhtml.ml
ocamldoc/odoc_parser.ml
ocamldoc/odoc_parser.mli
ocamldoc/odoc_parser.output
ocamldoc/odoc_see_lexer.ml
ocamldoc/odoc_text_lexer.ml
ocamldoc/odoc_text_parser.ml
ocamldoc/odoc_text_parser.mli
ocamldoc/odoc_text_parser.output
ocamldoc/stdlib_man/
otherlibs/dynlink/extract_crc
otherlibs/threads/marshal.mli
otherlibs/threads/pervasives.mli
otherlibs/threads/unix.mli
parsing/lexer.ml
parsing/parser.ml
parsing/parser.mli
parsing/parser.output
stdlib/caml
stdlib/camlheader
stdlib/camlheader_ur
stdlib/camlheaderd
stdlib/sys.ml
tools/cvt_emit.bak
tools/dumpobj
tools/objinfo
tools/objinfo_helper
tools/ocamlcp
tools/ocamldep
tools/ocamldep.bak
tools/ocamlmklib
tools/ocamlmklibconfig.ml
tools/ocamlmktop
tools/ocamloptp
tools/ocamlprof
tools/opnames.ml
tools/read_cmt
utils/config.ml
yacc/ocamlyacc
yacc/version.h