From 9a538014d30eefc1da639f2cc64fa6a478fc6bb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20Ribes?= Date: Mon, 14 Nov 2011 15:15:00 +0100 Subject: [PATCH] Adding .gitignore --- .gitignore | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b3b7a1c --- /dev/null +++ b/.gitignore @@ -0,0 +1,51 @@ +# git ls-files --others --exclude-from=.git/info/exclude +# Lines that start with '#' are comments. +# For a project mostly in C, the following would be a good set of +# exclude patterns (uncomment them if you want to use them): +# *.[oa] +# *~ +# On branch V6_main +# Untracked files: +# (use "git add ..." to include in what will be committed) +# + +COPYING +INSTALL +Makefile.in +aclocal.m4 +adao_config.h.in +adao_config.h.in~ +adm_local/libtool.m4 +adm_local/ltmain.sh +adm_local/config.guess +adm_local/config.sub +adm_local/depcomp +adm_local/install-sh +adm_local/ltoptions.m4 +adm_local/ltsugar.m4 +adm_local/ltversion.m4 +adm_local/lt~obsolete.m4 +adm_local/missing +adm_local/py-compile +autom4te.cache/ +bin/Makefile.in +checkout.log +configure +doc/Makefile.in +examples/Makefile.in +examples/daSalome/Makefile.in +idl/Makefile.in +resources/Makefile.in +src/Makefile.in +src/daComposant/Makefile.in +src/daEficas/Makefile.in +src/daSalome/Makefile.in +src/daSalome/daGUI/Makefile.in +src/daSalome/daGUI/daEficasWrapper/Makefile.in +src/daSalome/daGUI/daGuiImpl/Makefile.in +src/daSalome/daGUI/daUtils/Makefile.in + +# YAMM specific +git_diff.log +git_fetch.log +update.log -- 2.39.2