diff options
| author | github-classroom[bot] <66690702+github-classroom[bot]@users.noreply.github.com> | 2026-03-17 19:48:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-17 19:48:14 +0000 |
| commit | 0dbd90d1bbad4d7119527ee5dfc847bac41e2a90 (patch) | |
| tree | 23df361251771b7ff3ff86066b44c1ee326f414d /src/.gitignore | |
| download | rc4-decrypt-0dbd90d1bbad4d7119527ee5dfc847bac41e2a90.tar.xz rc4-decrypt-0dbd90d1bbad4d7119527ee5dfc847bac41e2a90.zip | |
Initial commit
Diffstat (limited to '')
| -rw-r--r-- | src/.gitignore | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..6eeb6a9 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,17 @@ +transcript +c5_pin_model_dump.txt +*.mti +*.mpf +*.wlf +*.qdb +*.qpg +*.qtl +*.qsf +*.qpf +*.bak +work/ +db/ +incremental_db/ +simulation/ +output_files/ +.DS_Store |