diff options
Diffstat (limited to 'tcliis/.gitignore')
-rw-r--r-- | tcliis/.gitignore | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/tcliis/.gitignore b/tcliis/.gitignore new file mode 100644 index 0000000..4581ef2 --- /dev/null +++ b/tcliis/.gitignore @@ -0,0 +1,29 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod +*.smod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app |