summaryrefslogtreecommitdiff
path: root/.gitignore
blob: baee1828b80a1cf138e4f1b0d02734c797c6681f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/bin
/build3/gmake
/build3/vs2010
/build_cmake/

*.pyc

# Python
__pycache__/
*.py[cod]

# Pip
pip-selfcheck.json
*.whl
*.egg
*.egg-info

# Setuptools
/build
/dist
*.eggs

# CMake
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
CTestTestFile.cmake

# Visual Studio build files
*.vcxproj
*.vcxproj.filters
*.sln

# Apple Finder metadata
*.DS_Store

# vim temp files
*.swp

.vscode/
.idea/
cmake-build-debug/