diff options
| author | Anton Bobov <anton@bobov.name> | 2024-05-14 20:25:29 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2024-05-18 00:35:05 +0500 |
| commit | 54ee114bd4d5579e1a8cd874b2f1278da126e440 (patch) | |
| tree | 44bab7891bcb450d38dfad75f9f54286066fdf21 /files/.gitignore | |
| parent | 2b47fc0ced61dbbc5ceff13771a799f0e9986537 (diff) | |
Updates
Diffstat (limited to 'files/.gitignore')
| -rw-r--r-- | files/.gitignore | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/files/.gitignore b/files/.gitignore index 574de7b..5063264 100644 --- a/files/.gitignore +++ b/files/.gitignore @@ -1,3 +1,10 @@ +# General +*~ +*.swp +tags +.tags +.envrc + # Eclipse project files .classpath .project @@ -11,6 +18,7 @@ # Python *.pyc +__pycache__ # Infinitest infinitest.filters @@ -18,3 +26,13 @@ infinitest.args # NPM package-lock.json + +# Archives +*.tar +*.gz +*.bz2 +*.jar +*.rar +*.xz +*.zip +*.7z |
