Skip to content

Commit

Permalink
remove user and platform specific files from .gitignore
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Byron committed Mar 2, 2024
1 parent 27cbd21 commit 30f28a7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,3 @@

# These are backup files generated by rustfmt
**/*.rs.bk

/.idea/
/.vscode/

/callgrind.profile

.DS_Store

0 comments on commit 30f28a7

Please sign in to comment.