diff options
author | Leah Neukirchen <leah@vuxu.org> | 2022-10-14 16:23:04 +0200 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2022-10-14 16:23:04 +0200 |
commit | a6361db705521cb10c55e334352d5144dc146bb9 (patch) | |
tree | 64673755ad74541e863ccc66e5b09f519d2aa4c5 | |
parent | 9265d2c82ecf9cba7e4bc0d20554cf98ce405c4b (diff) | |
download | mew-a6361db705521cb10c55e334352d5144dc146bb9.tar.gz mew-a6361db705521cb10c55e334352d5144dc146bb9.tar.xz mew-a6361db705521cb10c55e334352d5144dc146bb9.zip |
add .gitignore
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b2c1388 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +TODO +*.build.sh +*.install.sh +*.import.scm +*.so +*.link +*.o |