diff options
author | Miquel Lionel <moi@miquellionel.ovh> | 2019-05-30 12:11:31 +0200 |
---|---|---|
committer | Miquel Lionel <moi@miquellionel.ovh> | 2019-05-30 12:11:31 +0200 |
commit | d9af4f429509f8c107ed69f812d9f26dcb997118 (patch) | |
tree | 1b7056b2481370e3a2ade0d96b0c181f4ec8a7f8 /.gitignore | |
parent | 873649cc94bb64eac530f328943e20b8d7fa26e2 (diff) | |
download | randopitons-d9af4f429509f8c107ed69f812d9f26dcb997118.tar.gz randopitons-d9af4f429509f8c107ed69f812d9f26dcb997118.zip |
Ignoring swap files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ __pycache__/ *$py.class *.pyc +#swp files +*.swp +.*.swp + # C extensions *.so |