From 5e527213a2430bb3018e5eebd909aef294edf9b5 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 18 Dec 2020 18:48:46 +0300 Subject: Switch to build2 --- libxsd-tests/.gitignore | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 libxsd-tests/.gitignore (limited to 'libxsd-tests/.gitignore') diff --git a/libxsd-tests/.gitignore b/libxsd-tests/.gitignore new file mode 100644 index 0000000..1b1f9fb --- /dev/null +++ b/libxsd-tests/.gitignore @@ -0,0 +1,28 @@ +# Compiler/linker output. +# +*.d +*.t +*.i +*.ii +*.o +*.obj +*.so +*.dll +*.a +*.lib +*.exp +*.pdb +*.ilk +*.exe +*.exe.dlls/ +*.exe.manifest +*.pc + +# Test executables. +# +driver + +# Testscript output directories (can be symlinks). +# +test +test-* -- cgit v1.1