diff options
| -rw-r--r-- | data/.gitignore | 1 | ||||
| -rw-r--r-- | src/.gitignore | 1 | ||||
| -rw-r--r-- | tools/.gitignore | 4 | 
3 files changed, 5 insertions, 1 deletions
diff --git a/data/.gitignore b/data/.gitignore index d2a04cf..b8028aa 100644 --- a/data/.gitignore +++ b/data/.gitignore @@ -1,3 +1,4 @@  Makefile  Makefile.in  ConsoleKit +org.freedesktop.ConsoleKit.service diff --git a/src/.gitignore b/src/.gitignore index 71e7238..b3f3c9b 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -6,6 +6,7 @@  Makefile  Makefile.in  console-kit-daemon +test-event-logger  test-tty-idle-monitor  test-vt-monitor  ck-marshal.c diff --git a/tools/.gitignore b/tools/.gitignore index 1f920e5..e0361c1 100644 --- a/tools/.gitignore +++ b/tools/.gitignore @@ -5,7 +5,9 @@  .libs  Makefile  Makefile.in -ck-list-sessions  ck-collect-session-info  ck-get-x11-display-device  ck-get-x11-server-pid +ck-history +ck-list-sessions +ck-log-system-start  | 
