... | ... |
@@ -15,10 +15,10 @@ getos |
15 | 15 |
sems |
16 | 16 |
sems-stats |
17 | 17 |
sems-logfile-callextract |
18 |
- |
|
19 | 18 |
cscope.out |
20 | 19 |
cscope.files |
21 | 20 |
semantic.cache |
22 | 21 |
apps/rtmp/flash_phone/*.swf |
23 | 22 |
core/plug-in/silk/SILK_SDK_* |
24 |
-core.* |
|
25 | 23 |
\ No newline at end of file |
24 |
+core.* |
|
25 |
+*.patch |
|
26 | 26 |
\ No newline at end of file |
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>
... | ... |
@@ -1,13 +1,16 @@ |
1 |
-*~ |
|
1 |
+*.a |
|
2 | 2 |
*.d |
3 | 3 |
*.o |
4 |
-*.a |
|
5 |
-*.so |
|
6 | 4 |
*.pyc |
7 | 5 |
*.pyo |
6 |
+*.so |
|
7 |
+*~ |
|
8 |
+apps/py_sems/sip/*.cpp |
|
9 |
+apps/py_sems/sip/*.h |
|
10 |
+apps/py_sems/sip/Makefile.gen |
|
11 |
+core/etc/*.conf |
|
12 |
+core/etc/*.template |
|
8 | 13 |
getarch |
9 | 14 |
getos |
10 | 15 |
sems |
11 | 16 |
sems-stats |
12 |
-core/etc/*.conf |
|
13 |
-core/etc/*.template |
Signed-off-by: Peter Lemenkov <lemenkov@gmail.com>