aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
blob: 995babd328569e1ac2971e2e0cb0c5a0e2d77930 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# Editor backup files
*~
\#*
.\#*

# CMake
Debug/
Release/


# Local Variables:
# mode: conf
# End: