diff options
author | James Rowe <jroweboy@gmail.com> | 2016-11-19 21:11:49 +0100 |
---|---|---|
committer | James Rowe <jroweboy@gmail.com> | 2016-12-31 19:54:51 +0100 |
commit | b03e7bf28f75636a4f69176c91911687c755b483 (patch) | |
tree | a33bdab6a5a096ea66cc8ce74d2863396f575dc2 /.gitignore | |
parent | Merge pull request #2386 from bunnei/fix-bg-color (diff) | |
download | yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.gz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.bz2 yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.lz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.xz yuzu-b03e7bf28f75636a4f69176c91911687c755b483.tar.zst yuzu-b03e7bf28f75636a4f69176c91911687c755b483.zip |
Diffstat (limited to '')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ad8aea5da..ec74b0fa4 100644 --- a/.gitignore +++ b/.gitignore @@ -4,10 +4,12 @@ doc-build/ # Generated source files src/common/scm_rev.cpp +.travis.descriptor.json # Project/editor files *.swp .idea/ +.vscode/ # *nix related # Common convention for backup or temporary files |