Gentoo Archives: gentoo-commits

From: Nirbheek Chauhan <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/openrc-settingsd:master commit in: /
Date: Thu, 02 Feb 2012 11:30:40
Message-Id: dcdcc7d84fff9e2917153dd4e28bee2db3aae554.nirbheek@gentoo
1 commit: dcdcc7d84fff9e2917153dd4e28bee2db3aae554
2 Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 2 11:29:22 2012 +0000
4 Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 2 11:29:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/openrc-settingsd.git;a=commit;h=dcdcc7d8
7
8 Add a gitignore file
9
10 ---
11 .gitignore | 28 ++++++++++++++++++++++++++++
12 1 files changed, 28 insertions(+), 0 deletions(-)
13
14 diff --git a/.gitignore b/.gitignore
15 new file mode 100644
16 index 0000000..b116e46
17 --- /dev/null
18 +++ b/.gitignore
19 @@ -0,0 +1,28 @@
20 +# Absolute rules
21 +/.deps/
22 +/aclocal.m4
23 +/autom4te.cache/
24 +/config.guess
25 +/config.h
26 +/config.h.in
27 +/config.log
28 +/config.status
29 +/config.sub
30 +/configure
31 +/depcomp
32 +/install-sh
33 +/libtool
34 +/ltmain.sh
35 +/m4/
36 +/Makefile
37 +/Makefile.in
38 +/missing
39 +/openrc-settingsd
40 +/stamp-h1
41 +/src/hostnamed-generated.[ch]
42 +
43 +# Relative rules
44 +*.o
45 +*.swp
46 +*~
47 +*.py[oc]