diff options
Diffstat (limited to 'universe/.gitignore')
-rw-r--r-- | universe/.gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/universe/.gitignore b/universe/.gitignore new file mode 100644 index 000000000000..12ecf28fd42f --- /dev/null +++ b/universe/.gitignore @@ -0,0 +1,7 @@ +# Haskell +*.hi +*.o + +# Python +__pycache__ +*.class |