geekosaurusR3x / Android-M2IHM

0 stars 0 forks source link

[TODO]: Exclure .idea et *.iml #1

Closed pschmitt closed 10 years ago

pschmitt commented 10 years ago

J'ignore si t'en a besoin, mais ça risque de foutre le bordel. Android-studio et IDEA n'utilisent apparemment pas exactement le même système. Android-studio me convertit tous les chemin relatifs en absolus:

diff --git a/Android-M2IHM.iml b/Android-M2IHM.iml
index d9c631d..df40518 100644
--- a/Android-M2IHM.iml
+++ b/Android-M2IHM.iml
@@ -1,10 +1,12 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<module external.linked.project.path="$MODULE_DIR$" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.module.version="unsp
-  <component name="NewModuleRootManager" inherit-compiler-output="true">
+<module external.linked.project.path="/mnt/raid/dev/Android-M2IHM" external.root.project.path="$MODULE_DIR$" external.system.id="GRADLE" external.system.module.group="" external.system.modul
+  <component name="NewModuleRootManager" inherit-compiler-output="false">
+    <output url="file://$MODULE_DIR$/build/classes/main" />
+    <output-test url="file://$MODULE_DIR$/build/classes/test" />
     <exclude-output />
-    <content url="file://$MODULE_DIR$">
-      <excludeFolder url="file://$MODULE_DIR$/.gradle" />
-      <excludeFolder url="file://$MODULE_DIR$/build" />
+    <content url="file:///mnt/raid/dev/Android-M2IHM">
+      <excludeFolder url="file:///mnt/raid/dev/Android-M2IHM/.gradle" />
+      <excludeFolder url="file:///mnt/raid/dev/Android-M2IHM/build" />
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />