diff options
| author | Ralf Jung <post@ralfj.de> | 2019-08-08 08:49:58 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2019-08-08 08:49:58 +0200 |
| commit | b9978e922054eabcadb442e2dd68e07afa1124f6 (patch) | |
| tree | 8b60ce894548ea419d20c636b29ad334a7168960 | |
| parent | db7c773a6be2f050d1d1504763819ea3916f5428 (diff) | |
| download | rust-b9978e922054eabcadb442e2dd68e07afa1124f6.tar.gz rust-b9978e922054eabcadb442e2dd68e07afa1124f6.zip | |
explain what we want and what not in .gitignore
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b53b06b03ca..64b5e577607 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# This file should only ignore things that are generatd during a build, +# generated by common IDEs, and optional files controlled by the user +# that affect the build (such as config.toml). +# FIXME: This needs cleanup. *~ .#* .DS_Store |
