Skip to content

Commit

Permalink
Merge pull request #13 from funnelfiasco/gitignore
Browse files Browse the repository at this point in the history
Cleanup some mistakes in importing the demo scripts
  • Loading branch information
mihaimaruseac authored Sep 25, 2024
2 parents 6697dff + de35368 commit 118e9bd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 67 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.git*token
.venv
scripts/license_check/*csv
2 changes: 1 addition & 1 deletion scripts/guactober/guactober.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: copyleft-next-0.3.1
# SPDX-License-Identifier: MIT

import re
import os.path
Expand Down
4 changes: 2 additions & 2 deletions scripts/license_check/license_check.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-License-Identifier: copyleft-next-0.3.1
# SPDX-License-Identifier: MIT

import csv
import sys
Expand Down Expand Up @@ -77,4 +77,4 @@ def checkLicenses(licenseData):
print("\tDiscovered: "+ licenseData[entry][1])

licenseData = queryGuac()
checkLicenses(licenseData)
checkLicenses(licenseData)
64 changes: 0 additions & 64 deletions scripts/license_check/output.csv

This file was deleted.

0 comments on commit 118e9bd

Please sign in to comment.