From f4efe0009a4122dd66ad366cc90395d3713547b7 Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Fri, 25 Jan 2019 16:40:01 +0100 Subject: [PATCH] Added missing gitignore files --- lib/.gitignore | 0 ocaml/.gitignore | 36 ++++++++++++++++++++++++++++++++++++ plugins/.gitignore | 2 ++ share/.gitignore | 0 4 files changed, 38 insertions(+) create mode 100644 lib/.gitignore create mode 100644 ocaml/.gitignore create mode 100644 plugins/.gitignore create mode 100644 share/.gitignore diff --git a/lib/.gitignore b/lib/.gitignore new file mode 100644 index 00000000..e69de29b diff --git a/ocaml/.gitignore b/ocaml/.gitignore new file mode 100644 index 00000000..50a9344d --- /dev/null +++ b/ocaml/.gitignore @@ -0,0 +1,36 @@ +_build +element_create_db +element_create_db.byte +ezfio.ml +.gitignore +Git.ml +Input_ao_one_e_ints.ml +Input_ao_two_e_erf_ints.ml +Input_ao_two_e_ints.ml +Input_auto_generated.ml +Input_becke_numerical_grid.ml +Input_davidson.ml +Input_density_for_dft.ml +Input_determinants.ml +Input_dft_keywords.ml +Input_dressing.ml +Input_mo_one_e_ints.ml +Input_mo_two_e_erf_ints.ml +Input_mo_two_e_ints.ml +Input_nuclei.ml +Input_perturbation.ml +Input_pseudo.ml +Input_scf_utils.ml +qp_create_ezfio +qp_create_ezfio.native +qp_edit +qp_edit.ml +qp_edit.native +qp_print_basis +qp_print_basis.native +qp_run +qp_run.native +qp_set_mo_class +qp_set_mo_class.native +qptypes_generator.byte +Qptypes.ml diff --git a/plugins/.gitignore b/plugins/.gitignore new file mode 100644 index 00000000..241e560d --- /dev/null +++ b/plugins/.gitignore @@ -0,0 +1,2 @@ +* + diff --git a/share/.gitignore b/share/.gitignore new file mode 100644 index 00000000..e69de29b