1CMakeCache.txt
2CMakeLists.txt.user
3CMakeFiles/
4cmake_install.cmake
5Makefile
6__pycache__
7# Ignore everything in external except the CMake file
8/external/*
9!/external/CMakeLists.txt
10*.so
11*.so.*
12_out64
13out32/*
14out64/*
15*.pyc
16*.vcproj
17*.sln
18*.suo
19*.vcxproj
20*.sdf
21*.filters
22build
23build32
24dbuild
25build-android/external
26*.config
27*.creator
28*.creator.user
29*.files
30*.includes
31.vscode/
32.DS_Store
33