From bc33515360334be39aebad2f845386bd34d9b2bc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Tue, 26 Jan 2016 09:57:26 +0000 Subject: [PATCH] Added C++ gitignore entries --- .gitignore | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/.gitignore b/.gitignore index 36b4cb8ef..e4cfa903c 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,33 @@ CMakeScripts Makefile cmake_install.cmake install_manifest.txt + + +# 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 \ No newline at end of file