summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabio Bas <ctrlaltca@gmail.com>2014-01-06 22:47:29 +0100
committerFabio Bas <ctrlaltca@gmail.com>2014-01-06 22:47:29 +0100
commit498a2ca334c38f3f1e51081acb9e8492810fb42c (patch)
treea6badd6eae33360aa230e71b0f36e7bd3de3a7c5
parent3e9969766153839abfb7de59e0c778a604bfbf55 (diff)
Ignore netbeans's junk
-rw-r--r--.gitignore2
-rw-r--r--nbproject/project.properties7
-rw-r--r--nbproject/project.xml13
3 files changed, 1 insertions, 21 deletions
diff --git a/.gitignore b/.gitignore
index d1850cff..ff8c3b5b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,4 +34,4 @@ bin/dbunit.php
#OSX
.DS_Store
-/nbproject/private/ \ No newline at end of file
+/nbproject \ No newline at end of file
diff --git a/nbproject/project.properties b/nbproject/project.properties
deleted file mode 100644
index 94429c9b..00000000
--- a/nbproject/project.properties
+++ /dev/null
@@ -1,7 +0,0 @@
-include.path=${php.global.include.path}
-php.version=PHP_53
-source.encoding=UTF-8
-src.dir=.
-tags.asp=false
-tags.short=true
-web.root=.
diff --git a/nbproject/project.xml b/nbproject/project.xml
deleted file mode 100644
index f4a5db2d..00000000
--- a/nbproject/project.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://www.netbeans.org/ns/project/1">
- <type>org.netbeans.modules.php.project</type>
- <configuration>
- <data xmlns="http://www.netbeans.org/ns/php-project/1">
- <name>prado</name>
- </data>
- <spellchecker-wordlist xmlns="http://www.netbeans.org/ns/spellchecker-wordlist/1">
- <word>namespace</word>
- <word>previosly</word>
- </spellchecker-wordlist>
- </configuration>
-</project>