diff options
author | shizzy1 <[email protected]> | 2013-08-29 20:18:16 -0700 |
---|---|---|
committer | shizzy1 <[email protected]> | 2013-08-29 20:18:16 -0700 |
commit | 8404376c6ba46433a3fe0ab81e029e39f85c6b65 (patch) | |
tree | 32b2dfc4a78df98d875c804dda360df2a1db59ea /.gitignore | |
download | yuzu-android-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.gz yuzu-android-8404376c6ba46433a3fe0ab81e029e39f85c6b65.zip |
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 000000000..620d3dc8a --- /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 |