gitignore
[convexer.git] / .gitignore
1 *
2
3 !*/
4 *CMakeFiles/
5 *__pycache__/
6
7 !*.gitignore
8 !*CMakeLists.txt
9
10 !*.c
11 !*.h
12 !*.cpp
13 !*.py