diff options
| author | root <root@turin.home> | 2022-01-21 22:56:08 +0000 |
|---|---|---|
| committer | root <root@turin.home> | 2022-01-21 22:56:08 +0000 |
| commit | d7604b97ae6fcfd20912a93da047a2b9e9f9c1de (patch) | |
| tree | 6d54b8268cfa071daf2aa77f78fab2dfc5748dea /.gitignore | |
Initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..88e4cd1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,12 @@ +**/latex.out +*~ +*.orig +*.pyc +.*.sw? +.sw? +*.elf +*.pdf +**/bin +**/build +**/target +**/__pycache__ |
