diff options
Diffstat (limited to 'conf/gitignore/C')
-rw-r--r-- | conf/gitignore/C | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/gitignore/C b/conf/gitignore/C new file mode 100644 index 00000000..e7a909e4 --- /dev/null +++ b/conf/gitignore/C @@ -0,0 +1,18 @@ +# Object files +*.o +*.ko + +# Libraries +*.lib +*.a + +# Shared objects (inc. Windows DLLs) +*.dll +*.so +*.so.* +*.dylib + +# Executables +*.exe +*.out +*.app
\ No newline at end of file |