diff options
author | root <root@new-host-16.(none)> | 2014-10-28 23:43:00 +0100 |
---|---|---|
committer | root <root@new-host-16.(none)> | 2014-10-28 23:43:00 +0100 |
commit | bc2d3036267d908071ab1b26aea0a6f8e23e9201 (patch) | |
tree | 5627e1f5dcbfba248e231a72aab2c5c51c85bcff | |
parent | f7c8ea2dafc9c007c5363ed33e323344bee18944 (diff) |
[ci skip] Untrack nbproject/
-rw-r--r-- | .gitignore | 3 | ||||
-rw-r--r-- | nbproject/project.properties | 7 | ||||
-rw-r--r-- | nbproject/project.xml | 9 |
3 files changed, 2 insertions, 17 deletions
diff --git a/.gitignore b/.gitignore index a035c2b27..9edcfca6d 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ user_guide_src/build/* user_guide_src/cilexer/build/* user_guide_src/cilexer/dist/* user_guide_src/cilexer/pycilexer.egg-info/* -/vendor/
\ No newline at end of file +/vendor/ +/nbproject/
\ No newline at end of file diff --git a/nbproject/project.properties b/nbproject/project.properties deleted file mode 100644 index d37ef9563..000000000 --- a/nbproject/project.properties +++ /dev/null @@ -1,7 +0,0 @@ -include.path=${php.global.include.path} -php.version=PHP_54 -source.encoding=UTF-8 -src.dir=. -tags.asp=false -tags.short=false -web.root=. diff --git a/nbproject/project.xml b/nbproject/project.xml deleted file mode 100644 index f22df53c2..000000000 --- a/nbproject/project.xml +++ /dev/null @@ -1,9 +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>CodeIgniter</name> - </data> - </configuration> -</project> |