diff options
Diffstat (limited to '3rdparty/QtPropertyBrowser/.gitignore')
-rw-r--r-- | 3rdparty/QtPropertyBrowser/.gitignore | 31 |
1 files changed, 31 insertions, 0 deletions
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/ |