diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..620d3dc --- /dev/null +++ b/.gitignore | |||
@@ -0,0 +1,13 @@ | |||
1 | # Compiled Object files | ||
2 | *.slo | ||
3 | *.lo | ||
4 | *.o | ||
5 | |||
6 | # Compiled Dynamic libraries | ||
7 | *.so | ||
8 | *.dylib | ||
9 | |||
10 | # Compiled Static libraries | ||
11 | *.lai | ||
12 | *.la | ||
13 | *.a | ||