From d8478f18a84075eabdd4556a2c8d4add9558fddb Mon Sep 17 00:00:00 2001 From: Jian Cao Date: Mon, 2 Jul 2018 14:06:47 +1000 Subject: [PATCH] Add a new template for VLab/Lstudio --- VLab.gitignore | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 VLab.gitignore diff --git a/VLab.gitignore b/VLab.gitignore new file mode 100644 index 00000000..fd70be0e --- /dev/null +++ b/VLab.gitignore @@ -0,0 +1,37 @@ +# VLab/Lstudio files +input.i +lsys.dll +lsys.so +lsys.exp +lsys.i +lsys.ii +lsys.lib +lsys.obj +lsys.o +lpfg.log + +# Precompiled Headers +*.gch +*.pch + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app