diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 1ef5319f..00000000 --- a/.gitignore +++ /dev/null @@ -1,7 +0,0 @@ -.idea/workspace.xml -*.pyc -/perl6/lib/.precomp -/elixir/_build/ -python/.cache -python/.coverage -**/.idea diff --git a/elixir/.gitignore b/elixir/.gitignore new file mode 100644 index 00000000..69fa449d --- /dev/null +++ b/elixir/.gitignore @@ -0,0 +1 @@ +_build/ diff --git a/perl6/.gitignore b/perl6/.gitignore new file mode 100644 index 00000000..4a5e4c71 --- /dev/null +++ b/perl6/.gitignore @@ -0,0 +1 @@ +lib/.precomp diff --git a/python/.gitignore b/python/.gitignore new file mode 100644 index 00000000..8a0ce6bc --- /dev/null +++ b/python/.gitignore @@ -0,0 +1,5 @@ +*.pyc +.cache +.coverage +.idea/ +*.iml