Skip to content
Snippets Groups Projects
Forked from Software / Simox / Simox
2236 commits behind the upstream repository.
.gitignore 280 B
build*
!/build/.gitkeep
!.gitkeep
!.gitignore
.idea

*.bak
*#
.#*
*~
*.swp
.*.kate-swp
.*.swo
*.pyc

.DS_Store
CMakeFiles
CMakeCache.txt
CMakeLists.txt.user*

*.o
*.os
*.a
*.la
*.lo
*.so
*.dylib
moc_*

# eclipse stuff
.project
.pydevproject
.settings
.metadata
.cproject
.project