diff options
author | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 14:42:20 -0400 |
---|---|---|
committer | Starla Insigna <hatkirby@fourisland.com> | 2012-06-02 14:42:20 -0400 |
commit | 61b2605cd339d2e06fd1b296b324bac076815827 (patch) | |
tree | 4cc4c6176c82474981d616fa0cbfb35b5196b459 /.gitignore | |
parent | 00ef4e16476fbd619e3f866e4f32c021c14f3202 (diff) | |
download | frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.tar.gz frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.tar.bz2 frigidearth-61b2605cd339d2e06fd1b296b324bac076815827.zip |
Created a window
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0f182a0..7a4e988 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -4,3 +4,11 @@ | |||
4 | *.jar | 4 | *.jar |
5 | *.war | 5 | *.war |
6 | *.ear | 6 | *.ear |
7 | |||
8 | nbproject/private/ | ||
9 | build/ | ||
10 | nbbuild/ | ||
11 | dist/ | ||
12 | nbdist/ | ||
13 | nbactions.xml | ||
14 | nb-configuration.xml | ||