diff --git a/.gitignore b/.gitignore index 5ca0973f..79a9eda8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store +test_data/input_data/*.4id diff --git a/test_data/input_data/mkdir.txt b/test_data/input_data/mkdir.txt new file mode 100644 index 00000000..f4ad4e3d --- /dev/null +++ b/test_data/input_data/mkdir.txt @@ -0,0 +1,3 @@ +Put this here so git will actually make the directory :D + + diff --git a/test_data/input_data/test_bootstrap.4id b/test_data/input_data/test_bootstrap.4id deleted file mode 100644 index 1851495d..00000000 Binary files a/test_data/input_data/test_bootstrap.4id and /dev/null differ diff --git a/test_data/input_data/test_full_click.4id b/test_data/input_data/test_full_click.4id deleted file mode 100644 index b6f22a6f..00000000 Binary files a/test_data/input_data/test_full_click.4id and /dev/null differ diff --git a/test_data/input_data/test_recorded.4id b/test_data/input_data/test_recorded.4id deleted file mode 100644 index a5c57927..00000000 Binary files a/test_data/input_data/test_recorded.4id and /dev/null differ diff --git a/test_data/input_data/test_write_4coder_awesomeness.4id b/test_data/input_data/test_write_4coder_awesomeness.4id deleted file mode 100644 index aecf0b7d..00000000 Binary files a/test_data/input_data/test_write_4coder_awesomeness.4id and /dev/null differ