Commit graph

15 commits

Author SHA1 Message Date
Hans de Goede
07a7a1c7ee gitignore: Add plymouthd-fd-escrow to gitignore
Add the new plymouthd-fd-escrow binary to gitignore.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2022-02-28 16:28:41 +01:00
Hans Christian Schmitz
0f0014bbc5
Ignore generated files required by clangd
Also add .dirstamp which seems to be generated by
autoconf/automake/make.

`compile_commands.json` is also used by standalone `clang-tidy`
2022-02-16 22:44:20 +01:00
Hans de Goede
b867c450e8 gitignore: Add translation related generated files to .gitignore
Add translation related generated files to .gitignore.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
2019-10-15 11:33:55 +02:00
Frederic Crozat
05cbf14855 .gitignore: ignore generated manpages 2014-06-26 10:42:45 +02:00
Ville Skyttä
d0dd6da15e gitignore: Ignore systemd service and path files. 2013-02-12 17:32:48 -05:00
Colin Watson
61e5859672 upstart-bridge: add new helper program
This commit adds a new program, plymouth-upstart-bridge,
the listens for upstart state changes and sends them to plymouth,
or prints them out as appropriate.
2011-03-12 17:54:53 -05:00
Charlie Brej
2c46832e5d gitignore: Ignore generated script string files 2010-09-08 09:57:41 +01:00
Scott James Remnant
df26cfe6ed [scripts] Don't hardcode LIBEXECDIR and DATADIR paths
The scripts hard-coded the paths for LIBEXECDIR and DATADIR, unless
passed as environment variables.  Instead of doing this, which breaks
if plymouth is installed outside of /usr, set these derived from the
configure $libexecdir and $datadir variables just as we do for
pkg-config, etc.

Since we use so many variables, it makes more sense to generate these
scripts from config.status rather than having special Makefile rules
for them.
2010-03-02 20:08:22 +00:00
Charlie Brej
a9d8514cd7 [gitignore] Add new file types for git to ignore
".plymouth" is generated from ".plymouth.in" files.
".string" is generated from ".script" files.
".bck" is used as backups by Nedit.
2009-07-24 09:30:32 -04:00
Ray Strode
6acf834f1e [splash] Split splashes into plugins and themes
Some of the plugins (well, the glow plugin) would be a lot more
versatile if they could be reused for multiple splashes with different
images.

This commit splits boot splashes into two parts, the plugin engine which
does all the dirty work, and the theme which says which plugin to use
and optionally how the plugin should work (using plugin specific
key/value pairs)
2009-05-20 17:27:52 -04:00
Ray Strode
9435d6cc22 Update .gitignore
There were a few bits of noise in git-status output
2008-11-19 21:31:08 -05:00
Ray Strode
8f7cf9a139 Gut plymouth-update-initrd
It's broken and people keep using it, so change it so that it's
useful.
2008-10-17 15:49:31 -04:00
Ray Strode
e8a24328ae update .gitignore to include generated initrd scripts 2008-06-12 14:08:50 -04:00
Ray Strode
5d1e93403a Create new libplybootsplash
The old approach of including the same source files into
multiple places is less than pretty.  But moving the code
to libply didn't seem right either, since libply is fairly
generic and could in theory get swapped out with a standard
runtime at some point.

Also, exposing libplybootsplash as an external library will
facilitate creating out of tree splash plugins.
2008-06-09 11:38:56 -04:00
Ray Strode
0ec143f995 Add .gitignore file 2008-06-08 01:19:49 -04:00