From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-788618-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3DF091389F5 for <garchives@archives.gentoo.org>; Thu, 2 Apr 2015 16:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 482D1E0942; Thu, 2 Apr 2015 16:10:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFF1FE093D for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 68884340874 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A4AEA15122 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:47 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1427570061.029d7a9b970a7c9d0c295f451c775e19788c0694.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: .gitignore X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 029d7a9b970a7c9d0c295f451c775e19788c0694 X-VCS-Branch: eapi-6 Date: Thu, 2 Apr 2015 16:10:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 0b85c414-3d43-4716-93f5-fb6ef6780915 X-Archives-Hash: 4e5ed6244d8f2c35394e550190d91ee4 Message-ID: <20150402161047.UOMBNix6wMPnjWi7O7WaXjg5pefBFC11cFUAgqfTWus@z> commit: 029d7a9b970a7c9d0c295f451c775e19788c0694 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 19:14:21 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 19:14:21 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=029d7a9b Update .gitignore file. .gitignore | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 6d5cd39..6d150b7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,13 +1,25 @@ +*.4ct +*.4tc *.aux *.bbl *.blg +*.css +*.dvi +*.html +*.idv +*.lg *.loa *.log -*.pdf -*.toc -*.lot *.lol +*.lot *.lox *.out -*.dvi +*.pdf +*.tmp +*.toc +*.xref vc.tex + +# Emacs backup files and locks +*~ +.#*