diff options
author | shizzy1 <shizzy@6bit.net> | 2013-08-30 05:18:16 +0200 |
---|---|---|
committer | shizzy1 <shizzy@6bit.net> | 2013-08-30 05:18:16 +0200 |
commit | 8404376c6ba46433a3fe0ab81e029e39f85c6b65 (patch) | |
tree | 32b2dfc4a78df98d875c804dda360df2a1db59ea /.gitignore | |
download | yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.gz yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.bz2 yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.lz yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.xz yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.tar.zst yuzu-8404376c6ba46433a3fe0ab81e029e39f85c6b65.zip |
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 |