gitignore

* files to be ignored, since not required for build process

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2019-10-30 23:46:01 +01:00
parent ea55e92219
commit c9357a1875

10
.gitignore vendored Normal file
View File

@@ -0,0 +1,10 @@
# This file should only ignore things that are generated during a build,
# generated by common IDEs, and optional files controlled by the user that
# affect the build (such as config.toml).
.#*
.DS_Store
**/*.rs.bk
Cargo.lock
**/*~
/target/
/config.toml