summarylogtreecommitdiffstats
path: root/0007-Add-.gitignore.patch
diff options
context:
space:
mode:
authorOlivier Brunel2014-11-17 15:15:12 +0100
committerOlivier Brunel2015-06-08 19:26:10 +0200
commit63c15cbc85b0a37751daa70bb9da655676ed71d4 (patch)
tree08023e0965c3ced7e7a61267cf3e3afa5edb094d /0007-Add-.gitignore.patch
parente934eb506f9f0fdbad50695cd63c1400d8bbcdc0 (diff)
downloadaur-63c15cbc85b0a37751daa70bb9da655676ed71d4.tar.gz
xlsh-without-x: Tweak PKGBUILD and add some patches
Refresh things a bit in the PKGBUILD, I've now forked xlsh and maintain my changes in a git repo; so we'll use the patches from there instead of one big "patch" file. Also adding patches that: - don't block signals, as this caused issues (e.g. w/ systemd on shutdown) - set up environment from PAM, so we get variables set from pam_env or logind Signed-off-by: Olivier Brunel <jjk@jjacky.com>
Diffstat (limited to '0007-Add-.gitignore.patch')
-rw-r--r--0007-Add-.gitignore.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/0007-Add-.gitignore.patch b/0007-Add-.gitignore.patch
new file mode 100644
index 000000000000..25827c196170
--- /dev/null
+++ b/0007-Add-.gitignore.patch
@@ -0,0 +1,25 @@
+From 9fcf959b7b3634ea7496e7cd141a34db449550d8 Mon Sep 17 00:00:00 2001
+From: Olivier Brunel <jjk@jjacky.com>
+Date: Sun, 16 Nov 2014 18:18:54 +0100
+Subject: [PATCH 7/8] Add .gitignore
+
+Signed-off-by: Olivier Brunel <jjk@jjacky.com>
+---
+ .gitignore | 5 +++++
+ 1 file changed, 5 insertions(+)
+ create mode 100644 .gitignore
+
+diff --git a/.gitignore b/.gitignore
+new file mode 100644
+index 0000000..542369b
+--- /dev/null
++++ b/.gitignore
+@@ -0,0 +1,5 @@
++*.o
++*.lo
++*.la
++*.swp
++/xlsh
+--
+2.1.3
+