From 74ba6d5b33737bd1c9411330cc4e9f428f141e5a Mon Sep 17 00:00:00 2001 From: Doni Pracner Date: Thu, 12 Mar 2015 18:12:27 +0100 Subject: [PATCH] pocetak - gitignore za mnoge privremene fajlove --- .gitignore | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72af757 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +# general +*~ +*.pdf + +# archives +*.zip +*.tar.gz +*.tgz +*.bz + +# latex outputs and temps +*.dvi +*.log +*.out +*.aux +*.toc +*.xref +*.synctex.gz +*.nav +*.vrb +*.snm +auto* +_region* +*.blg +*.bbl +#htlatex +*.4ct +*.4tc +*.lg +*.idv +*.tmp + +# executables and binaries +*.class +*.exe +errinfo.??? \ No newline at end of file -- 2.17.1