diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-04-13 21:36:37 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-04-13 21:37:59 +0200 |
commit | b562f5a57d11d356aab26b08481f3befffff0822 (patch) | |
tree | 8c2d5099026b6869326900565fe174a91ec5c2fd /.gitignore | |
parent | 9537eab07053d1fc26ce627117ce4da076bdbf86 (diff) |
build-sys: add stub makefiles to all subdirs to ease development with emacs
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 138 |
1 files changed, 68 insertions, 70 deletions
diff --git a/.gitignore b/.gitignore index ba34a3a076..2bfc77c7f8 100644 --- a/.gitignore +++ b/.gitignore @@ -6,73 +6,71 @@ /systemd-cat /systemd-rc-local-generator /libsystemd-id128.pc -journalctl -systemd-journald -test-id128 -test-journal -test-install -org.freedesktop.hostname1.xml -org.freedesktop.locale1.xml -libsystemd-daemon.pc -libsystemd-login.pc -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-cryptsetup -systemd-cryptsetup-generator -systemd-tty-ask-password-agent -systemd-fsck -systemd-quotacheck -systemd-user-sessions -systemd-shutdown -systemd-tmpfiles -systemd-readahead-collect -systemd-readahead-replay -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 -systemd.pc -test-cgroup +/journalctl +/systemd-journald +/test-id128 +/test-journal +/test-install +/org.freedesktop.hostname1.xml +/org.freedesktop.locale1.xml +/libsystemd-daemon.pc +/libsystemd-login.pc +/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-cryptsetup +/systemd-cryptsetup-generator +/systemd-tty-ask-password-agent +/systemd-fsck +/systemd-quotacheck +/systemd-user-sessions +/systemd-shutdown +/systemd-tmpfiles +/systemd-readahead-collect +/systemd-readahead-replay +/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 +/systemd.pc +/test-cgroup .libs/ -systemd-notify -test-daemon -systemd-install -org.freedesktop.systemd1.*.xml -test-ns -test-loopback -systemd-cgroups-agent -systemd-initctl +/systemd-notify +/test-daemon +/org.freedesktop.systemd1.*.xml +/test-ns +/test-loopback +/systemd-cgroups-agent +/systemd-initctl /systemd -test-engine -test-job-type -systemd-stdout-syslog-bridge -systemctl -systemadm +/test-engine +/test-job-type +/systemctl +/systemadm .dirstamp *.1 *.3 @@ -103,11 +101,11 @@ missing stamp-* *.stamp /Makefile -ltmain.sh -*.tar.xz -*.tar.gz -*.tar.bz2 -libtool +/ltmain.sh +/*.tar.xz +/*.tar.gz +/*.tar.bz2 +/libtool /accelerometer /ata_id /cdrom_id |