diff --git a/.gitignore b/.gitignore index 5ee5126..3e6d925 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,20 @@ # Created by https://www.gitignore.io/api/django,python +### Vim ### +# swap +[._]*.s[a-v][a-z] +[._]*.sw[a-p] +[._]s[a-v][a-z] +[._]sw[a-p] +# session +Session.vim +# temporary +.netrwhist +*~ +# auto-generated tag files +tags + ### Django ### *.log *.pot diff --git a/collection/games/tests/.test_console.py.swp b/collection/games/tests/.test_console.py.swp deleted file mode 100644 index 02a229c..0000000 Binary files a/collection/games/tests/.test_console.py.swp and /dev/null differ