Commit cfa1d71c34de5281abf8ecbcb82e6cab467e0b8a
1 parent
16035364
Exists in
master
and in
111 other branches
Fix an error with the .gitignore file
Showing
2 changed files
with
10 additions
and
10 deletions
Show diff stats
.gitignore
1 | -AMDA_IHM/data/ | |
2 | -AMDA_IHM/generic_data/EPNResources/*.xml | |
3 | -AMDA_IHM/generic_data/LocalData/ | |
4 | -AMDA_IHM/generic_data/Param/*.xml | |
5 | -AMDA_IHM/generic_data/RemoteData/ | |
6 | -AMDA_IHM/generic_data/Statistics/ | |
7 | -AMDA_IHM/generic_data/newKernelDDBase/ | |
8 | -AMDA_IHM/js/lib/ext | |
9 | -AMDA_IHM/help/simu/simu* | |
1 | +data/ | |
2 | +generic_data/EPNResources/*.xml | |
3 | +generic_data/LocalData/ | |
4 | +generic_data/Param/*.xml | |
5 | +generic_data/RemoteData/ | |
6 | +generic_data/Statistics/ | |
7 | +generic_data/newKernelDDBase/ | |
8 | +js/lib/ext | |
9 | +help/simu/simu* | ... | ... |
php/my_config.php
... | ... | @@ -7,7 +7,7 @@ |
7 | 7 | */ |
8 | 8 | |
9 | 9 | //AKKA - Path to AMDA_Integration base dir |
10 | -define('INTEGRATION_BASE_PATH', '/home/benjamin/AMDA-GIT/AMDA/AMDA_Integration/'); | |
10 | +define('INTEGRATION_BASE_PATH', '/home/benjamin/AMDA-GIT/AMDA_Integration/'); | |
11 | 11 | |
12 | 12 | require_once(INTEGRATION_BASE_PATH.'config/AMDAIntegrationConfig.php'); |
13 | 13 | // | ... | ... |