diff options
author | Case Duckworth | 2023-09-08 12:28:25 -0500 |
---|---|---|
committer | Case Duckworth | 2023-09-08 12:28:25 -0500 |
commit | bc1ba43d2e23ff6674c92f4cd1ab5fb3b1a673ec (patch) | |
tree | bf7f82ceed01524e75474fc93e2f6e52eb083a15 /.gitignore | |
download | cock-main.tar.gz cock-main.zip |
first commit main
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b4aa44a --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,10 @@ | |||
1 | boudin | ||
2 | *.inline | ||
3 | *.link | ||
4 | *.so | ||
5 | *.o | ||
6 | *.import.scm | ||
7 | *.types | ||
8 | *.build.sh | ||
9 | *.install.sh | ||
10 | test/out/ \ No newline at end of file | ||