aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Hawke <paul.hawke@gmail.com>2013-03-08 21:16:34 -0600
committerPaul Hawke <paul.hawke@gmail.com>2013-03-08 21:16:34 -0600
commitc31b377c70c84b87f64576c8d86f14b1b1d12c09 (patch)
treefbe6092b818a453016c997a6cdf01d6c837bf073
parent8fa8e5a7a23ed96583e072832f8e74a7a84dbe20 (diff)
downloadnanohttpd-c31b377c70c84b87f64576c8d86f14b1b1d12c09.tar.gz
More meta-data cleanup
-rw-r--r--.gitignore4
-rw-r--r--nanohttpd.iml15
2 files changed, 4 insertions, 15 deletions
diff --git a/.gitignore b/.gitignore
index bb05e8b..3c05d3f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,10 @@
out
target
+*.iml
*.class
+
.swp
.idea
+.classpath
+.project
diff --git a/nanohttpd.iml b/nanohttpd.iml
deleted file mode 100644
index f4bc844..0000000
--- a/nanohttpd.iml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
- <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false">
- <output url="file://$MODULE_DIR$/target/classes" />
- <output-test url="file://$MODULE_DIR$/target/test-classes" />
- <exclude-output />
- <content url="file://$MODULE_DIR$">
- <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
- <excludeFolder url="file://$MODULE_DIR$/target" />
- </content>
- <orderEntry type="inheritedJdk" />
- <orderEntry type="sourceFolder" forTests="false" />
- </component>
-</module>
-