diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d8275e2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*.o +*.a +*.dll diff --git a/Makefile b/Makefile index e1c11e4..e116338 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ $(LIBRARY).dll.a: $(LIBRARY).dll $(CC) $(CFLAGS) $(DEFINES) $(INCLUDES) -o $@ $< clean: - -rm -f *.o $(LIBRARY).a $(LIBRARY).dll + -rm -f *.o $(LIBRARY).a $(LIBRARY).dll $(LIBRARY).dll.a $(OBJECTS): $(SOURCES) diff --git a/kolibri_vfs.o b/kolibri_vfs.o deleted file mode 100644 index 9fd02d4..0000000 Binary files a/kolibri_vfs.o and /dev/null differ diff --git a/libsqlite3.a b/libsqlite3.a deleted file mode 100644 index da64c6c..0000000 Binary files a/libsqlite3.a and /dev/null differ diff --git a/libsqlite3.dll.a b/libsqlite3.dll.a deleted file mode 100644 index 46b8e34..0000000 Binary files a/libsqlite3.dll.a and /dev/null differ diff --git a/sqlite3.o b/sqlite3.o deleted file mode 100644 index 13f21c8..0000000 Binary files a/sqlite3.o and /dev/null differ