diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-07-07 14:23:11 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-07-07 14:23:11 +0200 |
commit | f2c2383c8b43772abcc29f3f86b64bd53a267d44 (patch) | |
tree | 40a0409e5ec43047f327e9c0fd75e1861b169ed3 /.gitignore | |
parent | Merge pull request #631 from lioncash/dynarmic (diff) | |
download | yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar.gz yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar.bz2 yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar.lz yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar.xz yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.tar.zst yuzu-f2c2383c8b43772abcc29f3f86b64bd53a267d44.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7999a40e1..5ec0d110b 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ src/common/scm_rev.cpp .idea/ .vs/ .vscode/ +CMakeLists.txt.user # *nix related # Common convention for backup or temporary files |