Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:master commit in: /
Date: Sat, 28 Mar 2015 19:29:56
Message-Id: 1427570061.029d7a9b970a7c9d0c295f451c775e19788c0694.ulm@gentoo
1 commit: 029d7a9b970a7c9d0c295f451c775e19788c0694
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 19:14:21 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 19:14:21 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=029d7a9b
7
8 Update .gitignore file.
9
10 .gitignore | 20 ++++++++++++++++----
11 1 file changed, 16 insertions(+), 4 deletions(-)
12
13 diff --git a/.gitignore b/.gitignore
14 index 6d5cd39..6d150b7 100644
15 --- a/.gitignore
16 +++ b/.gitignore
17 @@ -1,13 +1,25 @@
18 +*.4ct
19 +*.4tc
20 *.aux
21 *.bbl
22 *.blg
23 +*.css
24 +*.dvi
25 +*.html
26 +*.idv
27 +*.lg
28 *.loa
29 *.log
30 -*.pdf
31 -*.toc
32 -*.lot
33 *.lol
34 +*.lot
35 *.lox
36 *.out
37 -*.dvi
38 +*.pdf
39 +*.tmp
40 +*.toc
41 +*.xref
42 vc.tex
43 +
44 +# Emacs backup files and locks
45 +*~
46 +.#*