diff options
| author | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-04 21:32:46 +0100 | 
|---|---|---|
| committer | Diego Barrios Romero <eldruin@gmail.com> | 2018-11-04 21:32:46 +0100 | 
| commit | 5a5d08f92768c48949cb175605055b853e559c5c (patch) | |
| tree | db71b7805fbb47acc57c09f7a659f9dc205ed47d /.gitignore | |
| download | ads1x1x-async-5a5d08f92768c48949cb175605055b853e559c5c.tar.gz ads1x1x-async-5a5d08f92768c48949cb175605055b853e559c5c.tar.xz ads1x1x-async-5a5d08f92768c48949cb175605055b853e559c5c.zip | |
Initial version
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d7fe530 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +**/*.rs.bk +.#* +/target/ +Cargo.lock +.gdb_history + | 
