diff options
author | Pacien TRAN-GIRARD | 2014-03-03 22:05:54 +0000 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2014-03-03 22:05:54 +0000 |
commit | dd804827200d247ac3a2f9f997feb611239b824b (patch) | |
tree | 29400f770c53abdc1cc04024ed6a2e064d66c7c7 /.gitignore | |
parent | c5d0945eb63c0a7537ba85ba088f33639f703520 (diff) | |
parent | 34352276297d2b04627d19807e3a2be313b4bf10 (diff) | |
download | esieequest-dd804827200d247ac3a2f9f997feb611239b824b.tar.gz |
Merge branch 'gwt' into 'master'
Gwt
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -9,7 +9,7 @@ target/ | |||
9 | *.class | 9 | *.class |
10 | 10 | ||
11 | # Package Files # | 11 | # Package Files # |
12 | *.jar | 12 | #*.jar |
13 | *.war | 13 | *.war |
14 | *.ear | 14 | *.ear |
15 | *.db | 15 | *.db |
@@ -83,4 +83,15 @@ local.properties | |||
83 | ###################### | 83 | ###################### |
84 | 84 | ||
85 | report/out/** | 85 | report/out/** |
86 | report/tmp/** \ No newline at end of file | 86 | report/tmp/** |
87 | |||
88 | ###################### | ||
89 | # GWT | ||
90 | ###################### | ||
91 | |||
92 | .gwt | ||
93 | gwt-unitCache | ||
94 | war/esieequest | ||
95 | war/WEB-INF/classes | ||
96 | war/WEB-INF/deploy | ||
97 | war/WEB-INF/lib | ||