diff options
author | Taylor C. Richberger <Taywee@gmx.com> | 2016-04-27 15:24:26 -0600 |
---|---|---|
committer | Taylor C. Richberger <Taywee@gmx.com> | 2016-04-27 15:24:26 -0600 |
commit | 3b7f35e1910c44bab7d5d4ade6640c9dfd2ba407 (patch) | |
tree | cad88385cbd301e5fa9b124c832420199e6d0646 /.gitignore | |
download | args.hxx-3b7f35e1910c44bab7d5d4ade6640c9dfd2ba407.tar.xz |
initial buildout
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 45 |
1 files changed, 45 insertions, 0 deletions
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 |