diff options
| author | Mitsuo Tokumori <[email protected]> | 2022-09-09 19:21:55 -0500 |
|---|---|---|
| committer | Mitsuo Tokumori <[email protected]> | 2022-09-09 19:21:55 -0500 |
| commit | ab2a6f0d76b42df324a46fe3a4d1d4e489bac490 (patch) | |
| tree | ee812c176d4a5e5638d713c7bf83454ac7e46b5e /.gitignore | |
| parent | 1ac847532f673a66e790b05c8aef22fc959ddd19 (diff) | |
| download | LP1-ab2a6f0d76b42df324a46fe3a4d1d4e489bac490.tar.gz LP1-ab2a6f0d76b42df324a46fe3a4d1d4e489bac490.tar.bz2 LP1-ab2a6f0d76b42df324a46fe3a4d1d4e489bac490.zip | |
Remove temporary files, add gitignore
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..80b09bf --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.out +tags |
