diff options
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 00000000..90ea1a04 --- /dev/null +++ b/src/.gitignore | |||
@@ -0,0 +1,9 @@ | |||
1 | *.o | ||
2 | *.deps | ||
3 | *.libs | ||
4 | *.lo | ||
5 | *.la | ||
6 | *.log | ||
7 | *.trs | ||
8 | */__pycache__ | ||
9 | test-* \ No newline at end of file | ||