From 54ee114bd4d5579e1a8cd874b2f1278da126e440 Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Tue, 14 May 2024 20:25:29 +0500 Subject: Updates --- files/.gitignore | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'files/.gitignore') 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 -- cgit v1.2.3