- Created build.ps1 to merge batch files with auto-copy to GST_PLUGIN_PATH - Updated README.md to focus on IDS uEye and rollingsum plugins only - Removed outdated batch files (build_idsueye_only.bat, build_idsueye_and_rollingsum.bat) - Removed unused build files (set_paths_and_run_cmake.bat, CMakeLists_idsueye_only.txt) - Updated .gitignore for build artifacts and plugin directory
40 lines
424 B
Plaintext
40 lines
424 B
Plaintext
#ignore backup copies
|
|
*~
|
|
*.swp
|
|
#ignore thumbnails created by windows
|
|
Thumbs.db
|
|
#ignore build folder
|
|
[Bb]uild*/
|
|
#Ignore files build by Visual Studio
|
|
*.obj
|
|
*.exe
|
|
*.pdb
|
|
*.user
|
|
*.aps
|
|
*.pch
|
|
*.vspscc
|
|
*_i.c
|
|
*_p.c
|
|
*.ncb
|
|
*.suo
|
|
*.tlb
|
|
*.tlh
|
|
*.bak
|
|
*.cache
|
|
*.ilk
|
|
*.log
|
|
.vscode
|
|
[Bb]in
|
|
[Dd]ebug*/
|
|
*.lib
|
|
*.sbr
|
|
obj/
|
|
[Rr]elease*/
|
|
_ReSharper*/
|
|
[Tt]est[Rr]esult*
|
|
*.sdf
|
|
*.opensdf
|
|
ipch/
|
|
gst_plugs/libgstidsueye.dll
|
|
gst_plugs/libgstrollingsum.dll
|