Skip to content

Instantly share code, notes, and snippets.

@JarvisCraft
Created September 15, 2019 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JarvisCraft/d016d39a0342d09ce3a0a22a1893841d to your computer and use it in GitHub Desktop.
Save JarvisCraft/d016d39a0342d09ce3a0a22a1893841d to your computer and use it in GitHub Desktop.
[OpenJDK] [PATCH] Add Intellij iml files to ignored
diff -r a6f653312b19 .gitignore
--- a/.gitignore Sun Sep 15 08:41:48 2019 +0200
+++ b/.gitignore Sun Sep 15 21:11:13 2019 +0100
@@ -1,6 +1,7 @@
/build/
/dist/
/.idea/
+*.iml
nbproject/private/
/webrev
/.src-rev
diff -r a6f653312b19 .hgignore
--- a/.hgignore Sun Sep 15 08:41:48 2019 +0200
+++ b/.hgignore Sun Sep 15 21:11:13 2019 +0100
@@ -1,6 +1,7 @@
^build/
^dist/
^.idea/
+*.iml
nbproject/private/
^webrev
^.src-rev$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment