diff options
| author | jroivas <jroivas@iki.fi> | 2014-01-13 11:58:19 -0800 |
|---|---|---|
| committer | jroivas <jroivas@iki.fi> | 2014-01-13 11:58:19 -0800 |
| commit | 6e0fd5a7c7a4749fb342bfd8b3671485bcba3159 (patch) | |
| tree | 88aa4ed4aff3adec8cf75c4f04fb83729f029529 /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -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 |
