Skip to content

Commit

Permalink
Add local build files to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
retiutut committed Sep 26, 2023
1 parent 91082ff commit cb0aec3
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,60 @@ compiled/
java-package/openbci_gui_helpers/target/

# VS Code
.vscode/
.vscode/
ALL_BUILD.vcxproj
ALL_BUILD.vcxproj.filters
cmake_install.cmake
CMakeCache.txt
GanglionNativeScan.vcxproj
GanglionNativeScan.vcxproj.filters
GanglionScan.vcxproj
GanglionScan.vcxproj.filters
openbci-gui-helpers.sln
ZERO_CHECK.vcxproj
ZERO_CHECK.vcxproj.filters
3rdparty/SimpleBLE/simpleble/ALL_BUILD.vcxproj
3rdparty/SimpleBLE/simpleble/ALL_BUILD.vcxproj.filters
3rdparty/SimpleBLE/simpleble/cmake_install.cmake
3rdparty/SimpleBLE/simpleble/simpleble-c.vcxproj
3rdparty/SimpleBLE/simpleble/simpleble-c.vcxproj.filters
3rdparty/SimpleBLE/simpleble/SimpleBLE.sln
3rdparty/SimpleBLE/simpleble/simpleble.vcxproj
3rdparty/SimpleBLE/simpleble/simpleble.vcxproj.filters
3rdparty/SimpleBLE/simpleble/VERSION
3rdparty/SimpleBLE/simpleble/CMakeFiles/generate.stamp
3rdparty/SimpleBLE/simpleble/CMakeFiles/generate.stamp.depend
3rdparty/SimpleBLE/simpleble/export/simpleble/export.h
3rdparty/SimpleBLE/simpleble/libfmt/ALL_BUILD.vcxproj
3rdparty/SimpleBLE/simpleble/libfmt/ALL_BUILD.vcxproj.filters
3rdparty/SimpleBLE/simpleble/libfmt/cmake_install.cmake
3rdparty/SimpleBLE/simpleble/libfmt/FMT.sln
3rdparty/SimpleBLE/simpleble/libfmt/fmt.vcxproj
3rdparty/SimpleBLE/simpleble/libfmt/fmt.vcxproj.filters
3rdparty/SimpleBLE/simpleble/libfmt/CMakeFiles/generate.stamp
3rdparty/SimpleBLE/simpleble/libfmt/CMakeFiles/generate.stamp.depend
CMakeFiles/cmake.check_cache
CMakeFiles/CMakeConfigureLog.yaml
CMakeFiles/generate.stamp
CMakeFiles/generate.stamp.depend
CMakeFiles/generate.stamp.list
CMakeFiles/TargetDirectories.txt
CMakeFiles/169bdb6ecb54b9cb29a827f249608a2d/generate.stamp.rule
CMakeFiles/3.27.4/CMakeCXXCompiler.cmake
CMakeFiles/3.27.4/CMakeDetermineCompilerABI_CXX.bin
CMakeFiles/3.27.4/CMakeRCCompiler.cmake
CMakeFiles/3.27.4/CMakeSystem.cmake
CMakeFiles/3.27.4/VCTargetsPath.txt
CMakeFiles/3.27.4/VCTargetsPath.vcxproj
CMakeFiles/3.27.4/CompilerIdCXX/CMakeCXXCompilerId.cpp
CMakeFiles/3.27.4/CompilerIdCXX/CompilerIdCXX.vcxproj
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.exe.recipe
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.command.1.tlog
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.read.1.tlog
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CL.write.1.tlog
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/CompilerIdCXX.lastbuildstate
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.command.1.tlog
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.read.1.tlog
CMakeFiles/3.27.4/CompilerIdCXX/Debug/CompilerIdCXX.tlog/link.write.1.tlog
CMakeFiles/3.27.4/x64/Debug/VCTargetsPath.recipe
CMakeFiles/3.27.4/x64/Debug/VCTargetsPath.tlog/VCTargetsPath.lastbuildstate

0 comments on commit cb0aec3

Please sign in to comment.