diff options
author | adam <adam@volconst.com> | 2021-09-27 13:14:36 +0300 |
---|---|---|
committer | adam <adam@volconst.com> | 2021-09-27 13:14:36 +0300 |
commit | 6d6b540f5821dfa4fcf15680ae50e6a4056def25 (patch) | |
tree | 2a29a3fceddaa79eeb3e5dac30307480c75e5ce9 | |
parent | 874ebf260e1020cb537134b9741a9a3582dc58b9 (diff) | |
download | dethread-6d6b540f5821dfa4fcf15680ae50e6a4056def25.tar.gz |
added gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9db7a68 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +tags +.gdb_hist |