diff options
author | BARATTERO Laurent <laurent@larueluberlu.net> | 2014-01-09 22:24:39 -0800 |
---|---|---|
committer | BARATTERO Laurent <laurent@larueluberlu.net> | 2014-01-09 22:24:39 -0800 |
commit | 6df95a3ea6709ae589433bbc01f1e1464d74e182 (patch) | |
tree | 39c7be177262af1887fb2315c2a0d5d9cc613a31 /.gitignore |
Initial commit
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a |