From 2ee1a1e8b61cc05b08a473db04dec24e46f0c222 Mon Sep 17 00:00:00 2001 From: dtrebilco Date: Tue, 7 Apr 2015 22:08:21 +1000 Subject: [PATCH] Initial commit --- .gitignore | 28 ++++++++++++++++++++++++++++ README.md | 2 ++ 2 files changed, 30 insertions(+) create mode 100644 .gitignore create mode 100644 README.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8bd026 --- /dev/null +++ b/.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 diff --git a/README.md b/README.md new file mode 100644 index 0000000..d18d280 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# glintercept +GLIntercept is a OpenGL function call interceptor for Windows that will intercept and log all OpenGL calls