summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2024-03-02 08:56:53 +0100
committerSebastian Thiel <sebastian.thiel@icloud.com>2024-03-02 08:56:53 +0100
commit30f28a7426ea4093a0205e02674bd43943130b88 (patch)
treed028ee1c8cd8252a70ffa128348e3a527d4199b8
parent27cbd2128c1b4213b8b2bd354e8205b2f8e1878d (diff)
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.
-rw-r--r--.gitignore7
1 files changed, 0 insertions, 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