diff options
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 |
