diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-07-14 23:52:16 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-07-14 23:52:16 +0200 |
commit | 3fd476bb11f22969fe761ed17cc64298479c5850 (patch) | |
tree | 7f636bb55143be4de995344efce51a6427beac89 | |
parent | 1eae4c45c9d04314c927c8ac6323133414020ba3 (diff) |
git: hide more files from git
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | m4/.gitignore | 1 | ||||
-rw-r--r-- | po/.gitignore | 3 |
3 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 1c07f12d32..c02e6bd801 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +org.freedesktop.hostname1.xml +org.freedesktop.locale1.xml +org.freedesktop.timedate1.xml libsystemd-daemon.pc libsystemd-login.pc test-login diff --git a/m4/.gitignore b/m4/.gitignore index 38066ddf7c..55eaa803a1 100644 --- a/m4/.gitignore +++ b/m4/.gitignore @@ -1,3 +1,4 @@ +intltool.m4 libtool.m4 ltoptions.m4 ltsugar.m4 diff --git a/po/.gitignore b/po/.gitignore new file mode 100644 index 0000000000..251edd4c81 --- /dev/null +++ b/po/.gitignore @@ -0,0 +1,3 @@ +POTFILES +Makefile.in.in +.intltool-merge-cache |