Commit b2c4f9ede6efcbc7c34f1550ce23641b2b596716
1 parent
6398ff1e
Exists in
master
and in
111 other branches
keep local setting : gitignore
Showing
1 changed file
with
9 additions
and
1 deletions
Show diff stats
.gitignore
... | ... | @@ -8,7 +8,15 @@ generic_data/newKernelDDBase/ |
8 | 8 | generic_data/ParamTemplate/ |
9 | 9 | generic_data/ParamInfo/*.xml |
10 | 10 | js/lib/ext/ |
11 | -help/auto | |
12 | 11 | help/simu |
12 | +help/auto | |
13 | 13 | php/bin |
14 | 14 | *~ |
15 | +logs/* | |
16 | +php/log | |
17 | + | |
18 | +# Ignore these files to safely work on a configured local project: | |
19 | +desktop.php | |
20 | +php/my_config.php | |
21 | +DD.res | |
22 | + | |
... | ... |