diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-09 05:13:44 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2024-06-09 05:13:44 +0900 |
commit | 92eeab2815eae6cd9ef22530d2e50fe0a620ec46 (patch) | |
tree | 8bfdca868c360846829f7582e12ab77ce843b8eb /.gitignore |
Initial commit
Diffstat (limited to '.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..fdb55ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +*~ +*.import.scm +*.so +*.install.sh +*.build.sh +*.link +*.o |