diff options
author | dakkar <dakkar@thenautilus.net> | 2024-07-07 15:36:09 +0000 |
---|---|---|
committer | dakkar <dakkar@thenautilus.net> | 2024-07-07 15:38:59 +0000 |
commit | b9121a113e50e81f09b01c0f95bf3fa1010feb56 (patch) | |
tree | e3e677a9c36eb5c5178b1fd36769a7495363d67d /.gitignore | |
download | ats-therm-b9121a113e50e81f09b01c0f95bf3fa1010feb56.tar.gz ats-therm-b9121a113e50e81f09b01c0f95bf3fa1010feb56.tar.bz2 ats-therm-b9121a113e50e81f09b01c0f95bf3fa1010feb56.zip |
start
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3724229 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*~ +/venv/ +/*.out +/*.err +/*.pid |