explain what we want and what not in .gitignore

This commit is contained in:
Ralf Jung 2019-08-08 08:49:58 +02:00
parent db7c773a6b
commit b9978e9220

4
.gitignore vendored
View file

@ -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