Commit c4facb3c46fe3204dc8552405df41958c70c06f8

Authored by Eunki Hong
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 .cproject 2 .cproject
2 .project 3 .project
3 .settings 4 .settings
@@ -5,6 +6,10 @@ @@ -5,6 +6,10 @@
5 Makefile.in 6 Makefile.in
6 Makefile 7 Makefile
7 BROWSE 8 BROWSE
  9 +CMakeCache.txt
  10 +CMakeFiles/
  11 +cmake_install.cmake
  12 +install_manifest.txt
8 *~ 13 *~
9 *.pc 14 *.pc
10 *.o 15 *.o
@@ -18,7 +23,6 @@ BROWSE @@ -18,7 +23,6 @@ BROWSE
18 *.fodt 23 *.fodt
19 *.test 24 *.test
20 *.example 25 *.example
21 -dali-builder  
22 *.a 26 *.a
23 *.apk 27 *.apk
24 *.ap_ 28 *.ap_
@@ -33,15 +37,25 @@ dali-builder @@ -33,15 +37,25 @@ dali-builder
33 *.swp 37 *.swp
34 *.creator 38 *.creator
35 *.creator.user 39 *.creator.user
  40 +/docs/generated/*
  41 +/build/tizen/doc
  42 +/build/tizen/.cov
36 /build/desktop 43 /build/desktop
37 /packaging/home* 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 *.mo 55 *.mo
39 simple-image-wall.js 56 simple-image-wall.js
40 /shared/resources-location.cpp 57 /shared/resources-location.cpp
41 /build/tizen/documentation.list 58 /build/tizen/documentation.list
42 -/debugfiles.list  
43 -/debuglinks.list  
44 -/debugsources.list  
45 /com.samsung.dali-demo-debuginfo.manifest 59 /com.samsung.dali-demo-debuginfo.manifest
46 /com.samsung.dali-demo-debugsource.manifest 60 /com.samsung.dali-demo-debugsource.manifest
47 /build/tizen/*.vcxproj 61 /build/tizen/*.vcxproj
@@ -71,5 +85,3 @@ simple-image-wall.js @@ -71,5 +85,3 @@ simple-image-wall.js
71 /build/tizen/tests-reel/*.dir 85 /build/tizen/tests-reel/*.dir
72 /build/tizen/tests-reel/*.vcxproj 86 /build/tizen/tests-reel/*.vcxproj
73 /build/tizen/tests-reel/*.vcxproj.filters 87 /build/tizen/tests-reel/*.vcxproj.filters
74 -.clangd/  
75 -compile_commands.json