first commit
This commit is contained in:
47
.gitignore
vendored
Normal file
47
.gitignore
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
# Build artifacts
|
||||
/build/
|
||||
/bin/
|
||||
/obj/
|
||||
/out/
|
||||
/dist/
|
||||
*.o
|
||||
*.obj
|
||||
*.lo
|
||||
*.la
|
||||
*.a
|
||||
*.so
|
||||
*.so.*
|
||||
*.dylib
|
||||
*.dll
|
||||
*.exe
|
||||
*.lib
|
||||
*.pdb
|
||||
|
||||
# Dependency/packaging caches
|
||||
*.lock
|
||||
*.log
|
||||
|
||||
# Compilers & coverage
|
||||
*.d
|
||||
*.gcno
|
||||
*.gcda
|
||||
*.gcov
|
||||
|
||||
# CMake / Make
|
||||
CMakeFiles/
|
||||
CMakeCache.txt
|
||||
cmake-build-*/
|
||||
Makefile.debug
|
||||
Makefile.release
|
||||
|
||||
# Editors / OS
|
||||
.vscode/
|
||||
.idea/
|
||||
*.code-workspace
|
||||
*.swp
|
||||
*~
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Generated metadata
|
||||
compile_commands.json
|
||||
Reference in New Issue
Block a user