diff options
| author | Dmitry Duka <[email protected]> | 2017-08-01 00:21:18 +0300 |
|---|---|---|
| committer | Dmitry Duka <[email protected]> | 2017-08-01 00:21:18 +0300 |
| commit | d2fb24421ead568b61c9ebdc919212989d0c0527 (patch) | |
| tree | 5ff78ad84626a583f9f69931be33052db65c155e | |
| download | gfesdk-d2fb24421ead568b61c9ebdc919212989d0c0527.tar.xz gfesdk-d2fb24421ead568b61c9ebdc919212989d0c0527.zip | |
Initial commit
| -rw-r--r-- | .gitignore | 32 | ||||
| -rw-r--r-- | README.md | 2 |
2 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..259148f --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# Prerequisites +*.d + +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..456b6f7 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# GfeSDK +This is where the GFE SDK is released to the public. |