diff options
-rw-r--r-- | .hgignore | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore new file mode 100644 index 00000000000..32cd546b4a5 --- /dev/null +++ b/.hgignore @@ -0,0 +1,30 @@ +^\.servo +^\.cargo +^\.servobuild +^target/ +^ports/android/bin +^ports/android/libs +^ports/android/local.properties +^ports/android/obj +^python/_virtualenv +^python/tidy/servo_tidy\.egg-info +~$ +\.pkl$ +\.pyc$ +\.swp$ +\.swo$ +\.csv$ + +\.DS_Store$ +Servo\.app/ +\.config\.mk\.last$ +/glfw + +# Editors + +# IntelliJ +\.idea +\.iws$ + +# VSCode +\.vscode |