diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6698e8c --- /dev/null +++ b/.gitignore @@ -0,0 +1,20 @@ +# ignore compilation outputs +*.o +*.obj +*.d +core +hotspot +hotfloorplan +libhotspot.a + +# ignore edition temporary file +*.swp +*~ + +# special ignore, get it with "make clean" command and can't be classified to above +Makefile.bak + +# ignore example outputs +examples/*/outputs/ +examples/*/*.init +examples/example6/output.flp