diff options
Diffstat (limited to 'conf/gitignore/C++')
-rw-r--r-- | conf/gitignore/C++ | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/conf/gitignore/C++ b/conf/gitignore/C++ new file mode 100644 index 0000000000..5a1b6ec431 --- /dev/null +++ b/conf/gitignore/C++ @@ -0,0 +1,13 @@ +# Compiled Object files +*.slo +*.lo +*.o + +# Compiled Dynamic libraries +*.so +*.dylib + +# Compiled Static libraries +*.lai +*.la +*.a
\ No newline at end of file |