Commit c4facb3c46fe3204dc8552405df41958c70c06f8
1 parent
c67ec74e
Cleanup .gitignore file
Collect, merge and clean up .gitignore file for all dali repos Change-Id: I1aabd07e5295bc40f0579ab626ddc19fb53f35d0 Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
Showing
1 changed file
with
18 additions
and
6 deletions
.gitignore
| 1 | +# Common gitignore | |
| 1 | 2 | .cproject |
| 2 | 3 | .project |
| 3 | 4 | .settings |
| ... | ... | @@ -5,6 +6,10 @@ |
| 5 | 6 | Makefile.in |
| 6 | 7 | Makefile |
| 7 | 8 | BROWSE |
| 9 | +CMakeCache.txt | |
| 10 | +CMakeFiles/ | |
| 11 | +cmake_install.cmake | |
| 12 | +install_manifest.txt | |
| 8 | 13 | *~ |
| 9 | 14 | *.pc |
| 10 | 15 | *.o |
| ... | ... | @@ -18,7 +23,6 @@ BROWSE |
| 18 | 23 | *.fodt |
| 19 | 24 | *.test |
| 20 | 25 | *.example |
| 21 | -dali-builder | |
| 22 | 26 | *.a |
| 23 | 27 | *.apk |
| 24 | 28 | *.ap_ |
| ... | ... | @@ -33,15 +37,25 @@ dali-builder |
| 33 | 37 | *.swp |
| 34 | 38 | *.creator |
| 35 | 39 | *.creator.user |
| 40 | +/docs/generated/* | |
| 41 | +/build/tizen/doc | |
| 42 | +/build/tizen/.cov | |
| 36 | 43 | /build/desktop |
| 37 | 44 | /packaging/home* |
| 45 | +compile_commands.json | |
| 46 | +.clangd | |
| 47 | +/debugfiles.list | |
| 48 | +/debuglinks.list | |
| 49 | +/debugsources.list | |
| 50 | +.clangd/ | |
| 51 | +*.vscode/ | |
| 52 | +*.cache/ | |
| 53 | +# dali-demo only | |
| 54 | +dali-builder | |
| 38 | 55 | *.mo |
| 39 | 56 | simple-image-wall.js |
| 40 | 57 | /shared/resources-location.cpp |
| 41 | 58 | /build/tizen/documentation.list |
| 42 | -/debugfiles.list | |
| 43 | -/debuglinks.list | |
| 44 | -/debugsources.list | |
| 45 | 59 | /com.samsung.dali-demo-debuginfo.manifest |
| 46 | 60 | /com.samsung.dali-demo-debugsource.manifest |
| 47 | 61 | /build/tizen/*.vcxproj |
| ... | ... | @@ -71,5 +85,3 @@ simple-image-wall.js |
| 71 | 85 | /build/tizen/tests-reel/*.dir |
| 72 | 86 | /build/tizen/tests-reel/*.vcxproj |
| 73 | 87 | /build/tizen/tests-reel/*.vcxproj.filters |
| 74 | -.clangd/ | |
| 75 | -compile_commands.json | ... | ... |