diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-09-30 16:58:16 +0200 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-10-27 08:46:39 +0200 |
commit | ceac077637d147b54abeeb4f0154bf152ba13138 (patch) | |
tree | b2abe728e91199b50c25732da22b1e623b395b5b /nxcomp/.gitignore | |
parent | 5efcd39fc05b804ede122e4a930de3db5d041014 (diff) | |
download | nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.tar.gz nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.tar.bz2 nx-libs-ceac077637d147b54abeeb4f0154bf152ba13138.zip |
nxcomp: add basic logging_test utility in test subdirectory.
Needs more sophisticated features to actually test stuff correctly.
Diffstat (limited to 'nxcomp/.gitignore')
-rw-r--r-- | nxcomp/.gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nxcomp/.gitignore b/nxcomp/.gitignore index 019202342..1d00b755b 100644 --- a/nxcomp/.gitignore +++ b/nxcomp/.gitignore @@ -19,3 +19,7 @@ m4/lt~obsolete.m4 nxcomp.pc src/Makefile src/Makefile.in +test/.deps/ +test/Makefile +test/Makefile.in +test/logging_test |