diff options
| author | Martin Ridgers <[email protected]> | 2021-10-20 15:58:47 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-25 08:46:34 +0200 |
| commit | 9372976e21ace80157b44f542c7928a34fae6e3e (patch) | |
| tree | f2c05fa4529a608d27b849ec659ab193410692e6 | |
| parent | open() flags were incorrect and it would not create new files (diff) | |
| download | zen-9372976e21ace80157b44f542c7928a34fae6e3e.tar.xz zen-9372976e21ace80157b44f542c7928a34fae6e3e.zip | |
Added .gdb_history to .gitignore
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 4ceeab867..103d3bd3f 100644 --- a/.gitignore +++ b/.gitignore @@ -219,6 +219,7 @@ __pycache__/ .minio_data/ .test/ .xmake/ +.gdb_history # Tags TAGS |