1# Ignore CLion project directory and iml files
2.idea/
3*.iml
4
5# Ignore build directories
6cmake-build-*/
7/build/
8/installed/
9/android-build/
10/embuild/
11/eminstall/
12/mingw/
13
14# Meta data of macOS's Finder.app
15.DS_Store
16
17/Samples/Media/RTShaderLib/cache/
18
19# Ignore vim files
20*.swp
21