From 30f28a7426ea4093a0205e02674bd43943130b88 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 2 Mar 2024 08:56:53 +0100 Subject: remove user and platform specific files from `.gitignore` Users should instead configure a local excludes file by placing the following into the per-user `~/.gitconfig` for example. ```` [core] excludesFile = ~/.gitignore ```` Now it's easy to generaet a suitable `~/.gitignore` file using https://gitignore.io for instance. --- .gitignore | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.gitignore b/.gitignore index bc4db33..627fbdd 100644 --- a/.gitignore +++ b/.gitignore @@ -10,10 +10,3 @@ # These are backup files generated by rustfmt **/*.rs.bk - -/.idea/ -/.vscode/ - -/callgrind.profile - -.DS_Store -- cgit v1.2.3