summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 2805e9f1869ea79982afe15b8a8afb60b00f5b8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ignore file with suffix .bak
*.bak

#ignoring the changes in sub folders of build folder
build/

#ignoring the changes in sub folders of thirdparty folder
thirdparty/

#ignoring the changes in sub folders of release folder
release/

#ignoring the changes in sub folders of platform folder
platform/