diff options
author | fearlessTobi <thm.frey@gmail.com> | 2018-07-26 15:35:24 +0200 |
---|---|---|
committer | fearlessTobi <thm.frey@gmail.com> | 2018-07-26 15:35:24 +0200 |
commit | 9d2a1c6f1218f801b8ef6a683a9d48288516d7c9 (patch) | |
tree | d8a730da6eb976160c70b9cfbc67add31736a17c /.gitignore | |
parent | Port #3641 from Citra (diff) | |
download | yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar.gz yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar.bz2 yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar.lz yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar.xz yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.tar.zst yuzu-9d2a1c6f1218f801b8ef6a683a9d48288516d7c9.zip |
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 5ec0d110b..f704edeb8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,7 +11,7 @@ src/common/scm_rev.cpp .idea/ .vs/ .vscode/ -CMakeLists.txt.user +CMakeLists.txt.user* # *nix related # Common convention for backup or temporary files |