diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..51cb42c49 --- /dev/null +++ b/.gitignore @@ -0,0 +1,24 @@ +# Compiled Object files. +*.slo +*.lo +*.o +*.obj + +# Compiled Dynamic libraries. +*.so +*.dylib +*.dll + +# Compiled Static libraries. +*.lai +*.la +*.a +*.lib + +# Executables. +*.exe +*.out +*.app + +# Other files. +*.user \ No newline at end of file