Skip to content

Commit 0df4c54

Browse files
authored
Update versions (wpilibsuite#376)
* Update versions and attribution * remove unneeded attribution.txt * ignore the attribution.txt since it isn't used * Added comment explaining why the attribution.txt is excluded
1 parent 33745ac commit 0df4c54

File tree

5 files changed

+416
-7434
lines changed

5 files changed

+416
-7434
lines changed

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ __pycache__/
1818
venv/
1919
*.egg-info
2020

21+
# oss attribution text file
22+
# This is excluded because it is a duplicate of /oss-attribution/licenseInfos.json
23+
# The command npx generate-attribution generates both files and it was easier
24+
# to exclude it than to modify the script to delete the file
25+
/oss-attribution/attribution.txt
2126

2227
# misc
2328
.DS_Store

0 commit comments

Comments
 (0)