diff options
| author | Marek Otahal <markotahal@gmail.com> | 2012-01-05 20:39:15 +0100 |
|---|---|---|
| committer | Marek Otahal <markotahal@gmail.com> | 2012-01-08 02:34:35 +0100 |
| commit | 304ca0b12a91ecaa3eac81bc65e308031c2456b8 (patch) | |
| tree | e872eb29a3476c38415e73b17d7ebf0a812f8a63 /.gitignore | |
| parent | 91940fdf562c2faf1b9c30260bbf0261ecc4a6fa (diff) | |
add support for development in netbeans
imported project from eclipse, now netbeans will automatically recognize
project folder, link needed libraries, build scripts etc. Just do Open project...
Signed-off-by: Marek Otahal <markotahal@gmail.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9fa982899..c21ca6b2c 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,6 @@ DATA/ classes/ RELEASE/ /yacy.pid +/nbproject/private/ +/build/ +/dist/
\ No newline at end of file |
