From: Jose Ignacio Croce Busquets Date: Sat, 19 Dec 2015 10:14:10 +0000 (+0100) Subject: Ignoring temp files (git adapted) X-Git-Tag: git^0 X-Git-Url: http://crossforests.com/gitweb?a=commitdiff_plain;h=d29f741f57e183caff3ae26067e3db60243bec28;p=latex%2Fencuentro.git Ignoring temp files (git adapted) --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aeec5b9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.aux +*.log +*.pdf +*~ diff --git a/.hgignore b/.hgignore deleted file mode 100644 index c9194b0..0000000 --- a/.hgignore +++ /dev/null @@ -1,6 +0,0 @@ -syntax: glob -syntax: regexp -\.aux$ -\.log$ -\.pdf$ -\~$