Initial commit
Change-Id: I754b691f3f6da600db510b8045ef129d047bd5ea
Refs: #3427
diff --git a/src/.gitignore b/src/.gitignore
new file mode 100644
index 0000000..5ea4993
--- /dev/null
+++ b/src/.gitignore
@@ -0,0 +1,28 @@
+# 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