diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0b4387a --- /dev/null +++ b/.gitignore @@ -0,0 +1,14 @@ +# ignore all (get's rid of executables) +* + +# unignore with extenstions +!*.* + +# unignore directories +*/ + +# ignore produced files +*.o +*.so +*.elf +*.swp