diff options
author | Bryan Hundven <bryanhundven@gmail.com> | 2022-06-29 12:59:38 -0700 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-07-01 16:34:01 +1200 |
commit | 88c393022e5b04638f3b6397c15ff27e729244b0 (patch) | |
tree | 023bdc385ebabbf8ac41f513f6b02c16c6ef8a12 /.gitignore | |
parent | c97a7854856a3c62dab3b95b0b9d0dd6f0b7ea05 (diff) | |
download | crosstool-ng-88c393022e5b04638f3b6397c15ff27e729244b0.tar.gz crosstool-ng-88c393022e5b04638f3b6397c15ff27e729244b0.tar.bz2 crosstool-ng-88c393022e5b04638f3b6397c15ff27e729244b0.zip |
Update .gitignore: Ignore backup files
Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +# Backup files +*.bak +*~ +*.swp + # Generated files configure autom4te.cache |