summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2016-02-12 23:10:23 +0100
committerLennart Poettering <lennart@poettering.net>2016-02-13 11:57:14 +0100
commit2621af534689d8f608181ef4f61a3b498a310d8a (patch)
tree6a99833284d4618bf161def0b07f500e5d758ede /.gitignore
parent4de282cf9324ab13d17ac334244d0d7cae2df37d (diff)
util-lib: drop json parser
This was used by the dkr logic, which is gone now, hence remove this too. Should we need it one day again the git history never forgets... Note that this only covers the JSON parser. The JSON generator used by "journalctl -o json" remains, as its much much simpler and requires no infrastructure except printf() and the most basic escaping.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 0 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 2b27d541c7..b2c60c71dc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -216,7 +216,6 @@
/test-journal-stream
/test-journal-syslog
/test-journal-verify
-/test-json
/test-libsystemd-sym*
/test-libudev
/test-libudev-sym*