Moves language specific Git ignores into language subfolders.

This commit is contained in:
Peter Kofler 2018-12-02 20:31:26 +01:00
parent d022f3d7a5
commit b8233e291d
4 changed files with 7 additions and 7 deletions

7
.gitignore vendored
View File

@ -1,7 +0,0 @@
.idea/workspace.xml
*.pyc
/perl6/lib/.precomp
/elixir/_build/
python/.cache
python/.coverage
**/.idea

1
elixir/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
_build/

1
perl6/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
lib/.precomp

5
python/.gitignore vendored Normal file
View File

@ -0,0 +1,5 @@
*.pyc
.cache
.coverage
.idea/
*.iml