- some directories containing the binary name (e.g., kamailio like in
utils/kamctl/dbtext/kamailio/...) in path were ignored. Updated
.gitignore to use /kamailio and /ser which according to manual should
match on the root folder of GIT tree
... | ... |
@@ -10,8 +10,8 @@ modules.lst |
10 | 10 |
# ignore dependency files |
11 | 11 |
*.d |
12 | 12 |
# ignore binary files and objects |
13 |
-ser |
|
14 |
-kamailio |
|
13 |
+/ser |
|
14 |
+/kamailio |
|
15 | 15 |
*.so |
16 | 16 |
*.so.* |
17 | 17 |
*.o |
... | ... |
@@ -38,4 +38,4 @@ utils/pdbt/pdbt |
38 | 38 |
libiname.lst |
39 | 39 |
*.dylib |
40 | 40 |
# man pages |
41 |
-*.7 |
|
42 | 41 |
\ No newline at end of file |
42 |
+*.7 |