diff options
| author | Thomas Schmucker <ts@its1.de> | 2022-04-10 10:28:01 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2022-04-10 10:28:01 +0200 |
| commit | 2ce316a28503bcad9f08210b453a369d55dc8482 (patch) | |
| tree | 3a36823011b47382bcfa4c8b2e13f17bd4c06936 /.gitignore | |
| parent | a5fafa2640f2e18b26bf436ef7b43f64b5dfd73a (diff) | |
| download | data-structures-2ce316a28503bcad9f08210b453a369d55dc8482.tar.gz data-structures-2ce316a28503bcad9f08210b453a369d55dc8482.tar.bz2 data-structures-2ce316a28503bcad9f08210b453a369d55dc8482.zip | |
fix: ignore gdb_history
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -1,2 +1,3 @@ | |||
| 1 | .tags | 1 | .tags |
| 2 | .gdb_history | ||
| 2 | bin/* | 3 | bin/* |
