diff options
| author | Martin Ridgers <[email protected]> | 2021-10-20 15:58:47 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-11-26 12:51:31 +0100 |
| commit | 92bfefcbb6847dba92081858de4762da80725899 (patch) | |
| tree | 6ea40283dfb84fc625e46bdd2970f0b772f9c951 | |
| parent | Added "xmake project" output to .gitignore (diff) | |
| download | zen-92bfefcbb6847dba92081858de4762da80725899.tar.xz zen-92bfefcbb6847dba92081858de4762da80725899.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 1787366b3..204a2c274 100644 --- a/.gitignore +++ b/.gitignore @@ -220,6 +220,7 @@ __pycache__/ .minio_data/ .test/ .xmake/ +.gdb_history # Tags TAGS |