From 3b7f35e1910c44bab7d5d4ade6640c9dfd2ba407 Mon Sep 17 00:00:00 2001 From: "Taylor C. Richberger" Date: Wed, 27 Apr 2016 15:24:26 -0600 Subject: initial buildout --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..235ae8b --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a + +# Temp files +.*.sw? +.sw? +.hg +*.d + +# Compiled Lua Files +*.lc + +# Generated Documentation +/html/ +/man/ +/latex/ +/userdoc.* + +# test and temp files +test* +*.pyc +*.swp +*.swo +/log +/ld + +# Executable +CMakeCache.txt +CMakeFiles +cmake_install.cmake +install_manifest.txt +Makefile +!/Makefile +*-prefix -- cgit v1.2.1