From 09d6a69ea5500a7a9f764d17aa511358f619c0f8 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 25 Mar 2019 10:34:58 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=B8=D0=B3=D0=BD=D0=BE=D1=80?= =?UTF-8?q?=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C=20Makefile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ignore | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 ignore diff --git a/ignore b/ignore new file mode 100644 index 0000000..1aca577 --- /dev/null +++ b/ignore @@ -0,0 +1,61 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.pyc + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a + +# Latex +*.acn +*.acr +*.alg +*.aux +*.bbl +*.blg +*.dvi +*.fdb_latexmk +*.glg +*.glo +*.gls +*.idx +*.ilg +*.ind +*.ist +*.lof +*.log +*.lot +*.maf +*.mtc +*.mtc0 +*.nav +*.nlo +*.out +*.pdfsync +*.ps +*.snm +*.synctex.gz +*.toc +*.vrb +*.xdy +*.tdo + +# Qt +*.pro.user +*.pro.user.* +moc_*.cpp +qrc_*.cpp +*-build-* + +# gcc coverage testing tool files +*.gcno +*.gcda +*.gcov