## # @brief .gitignore list # ignore cmake build directory /build # ignore golden test generated files /tests/*/*.log /tests/*/*.golden /tests/*/*.png /tests/*/*.bmp /tests/*/*.xraw /tests/performance *.dat /tests/bmp2png *.pyc /tests/codegen/tc*.c /tests/codegen/build* /tests/codegen/meson.build /tests/codegen/*.pc # vi files *.h~ *.c~ *.cc~ *.swp # binary files *.so *.o *.a # CTag /tags # VisualStudioCode .vscode .vscode/* .history # ignore files generated by debuild debian/*.debhelper.log debian/*.postrm.debhelper debian/*.substvars debian/debhelper-build-stamp debian/files debian/.debhelper/* debian/tmp/* debian/nnstreamer/* debian/nnstreamer-dev/* # Visual Studio & csapi *.exe *.dll *.csproj.user *.lock.json .vs/ bin/ obj/ .cache