diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 5e211aa..0000000 --- a/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -haversine/python/__pycache__/**/* -haversine/cpp/haverscan -haversine/cpp/haverstrtok -haversine/cpp/test* -haversine/data_10000000_flex.json diff --git a/haversine/.gitignore b/haversine/.gitignore new file mode 100644 index 0000000..b41df77 --- /dev/null +++ b/haversine/.gitignore @@ -0,0 +1,5 @@ +python/__pycache__/**/* +cpp/haverscan +cpp/haverstrtok +cpp/test* +data_10000000_flex.json