diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-28 14:01:07 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2020-03-28 14:01:07 +0200 |
commit | 9061303080e6b707ae6c9d77a05e27bf86ec948f (patch) | |
tree | 646baf7da81ba04e5597390e786934e123b49f93 /changes | |
parent | d9e042983f6f7c5ce0225359f207a3317b097ea5 (diff) | |
download | tor-9061303080e6b707ae6c9d77a05e27bf86ec948f.tar.gz tor-9061303080e6b707ae6c9d77a05e27bf86ec948f.zip |
Put *.a wildcard entry into .gitignore instead of listing all .a files
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33642 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33642 b/changes/ticket33642 new file mode 100644 index 0000000000..b81edf7613 --- /dev/null +++ b/changes/ticket33642 @@ -0,0 +1,4 @@ + o Minor features (developer tooling): + - Refrain from listing all .a files that are generated by Tor build in + .gitignore. Add a single wildcard *.a entry that covers all of them for + present and future. Closes ticket 33642. |