From eb392f649ea544742849e50d920be677d09aa344 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Mon, 11 Jun 2018 18:22:20 +0200 Subject: Added QtPropertyBrowser source --- 3rdparty/QtPropertyBrowser/.gitignore | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 3rdparty/QtPropertyBrowser/.gitignore (limited to '3rdparty/QtPropertyBrowser/.gitignore') diff --git a/3rdparty/QtPropertyBrowser/.gitignore b/3rdparty/QtPropertyBrowser/.gitignore new file mode 100644 index 00000000..b667c89b --- /dev/null +++ b/3rdparty/QtPropertyBrowser/.gitignore @@ -0,0 +1,31 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app + +# Ignores 'build' in any sub folder +build/ -- cgit v1.2.3