diff options
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 | ||