diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:36:55 +0000 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 17:37:45 +0000 |
commit | 7550c0fa0fe72e90713e106c300cb07b6d1250e2 (patch) | |
tree | e182a6cbeca81ecec9d5be5db3b6f80b0132a582 | |
parent | 2f6e597ed871cff91c627850d03152cae5f45779 (diff) | |
download | st-7550c0fa0fe72e90713e106c300cb07b6d1250e2.tar.gz |
gitignore: Ignore artifacts
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bc794e8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +*.orig +st |