@@ -0,0 +1,12 @@
+#ignore backup files
+backup/
+
+#ignore files generated by the compiler
+lib/
+*.compiled
+*.o
+*.or
+*.ppu
+#exclude executable output in windows
+*.exe