diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 10:10:41 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2012-11-15 10:10:41 -0500 |
commit | 2944f347d087ff24ec808e4b70fe104a772a97a0 (patch) | |
tree | a5de4fbefe16ef359a526442fb41251f123399d5 /.gitignore | |
parent | 678b0b89572768b21d8b74360d55b75b233799c4 (diff) | |
parent | d025f1e4dca8fc1436aff76f9e6185fe3e728daa (diff) |
Fork of Original Code Base: anongit.freedesktop.org/systemd
This is the initial fork of the code base from freedsktop.org.
The code is provided here as a reference of the initial starting
point and for possible future checkouts after a large portion
of this code is removed.
Merge git://anongit.freedesktop.org/systemd/systemd
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 144 |
1 files changed, 144 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000000..18e4e23c50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,144 @@ +/test-replace-var +/test-journal-enum +/test-sleep +/localectl +/hostnamectl +/timedatectl +/test-date +/install-tree +/systemd-journal-gatewayd +/test-mmap-cache +/test-unit-file +/test-log +/test-journal-verify +/test-journal-match +/test-journal-stream +/test-unit-name +/systemd-system-update-generator +/systemd-fstab-generator +/systemd-delta +/systemd-sleep +/systemd-inhibit +/systemd-remount-fs +/build-aux +/test-watchdog +/test-journal-send +/test-journal-syslog +/systemd-multi-seat-x +/systemd-cgtop +/systemd-coredump +/systemd-cat +/systemd-rc-local-generator +/journalctl +/systemd-journald +/test-id128 +/test-journal +/test-install +/test-inhibit +/org.freedesktop.hostname1.xml +/org.freedesktop.locale1.xml +/test-login +/loginctl +/systemd-localed +/systemd-timedated +/org.freedesktop.timedate1.xml +/systemd-logind +/systemd-uaccess +/systemd-hostnamed +/systemd-binfmt +/systemd-getty-generator +/systemd-nspawn +/systemd-stdio-bridge +/systemd-machine-id-setup +/systemd-detect-virt +/systemd-sysctl +/test-strv +/systemd-ac-power +/systemd-timestamp +/systemd-coredumpctl +/systemd-cryptsetup +/systemd-cryptsetup-generator +/systemd-tty-ask-password-agent +/systemd-fsck +/systemd-quotacheck +/systemd-user-sessions +/systemd-shutdown +/systemd-tmpfiles +/systemd-readahead +/systemd-reply-password +/systemd-gnome-ask-password-agent +/systemd-ask-password +/systemd-kmsg-syslogd +/systemd-remount-api-vfs +/test-hostname +/systemd-modules-load +/systemd-vconsole-setup +/systemd-shutdownd +/systemd-random-seed +/systemd-update-utmp +/test-env-replace +/systemd-cgls +/test-cgroup +.libs/ +/systemd-notify +/test-daemon +/org.freedesktop.systemd1.*.xml +/test-ns +/test-loopback +/systemd-cgroups-agent +/systemd-initctl +/systemd +/test-engine +/test-job-type +/systemctl +/systemadm +.dirstamp +*.1 +*.3 +*.5 +*.7 +*.8 +*.html +*~ +*.o +*.lo +*.a +*.la +.deps/ +Makefile.in +aclocal.m4 +*.cache +compile +config.guess +config.h +config.h.in +config.log +config.status +config.sub +configure +depcomp +install-sh +missing +stamp-* +*.stamp +/Makefile +/ltmain.sh +/*.tar.xz +/*.tar.gz +/*.tar.bz2 +/libtool +/accelerometer +/ata_id +/cdrom_id +/collect +/gtk-doc.make +/keymap +/mtd_probe +/scsi_id +/udevadm +/systemd-udevd +/v4l_id +/test-libudev +/test-udev +/TAGS +/tags |