aasdk/.gitignore
Matthew Hilton eb53d31c1d
package using cpack (#18)
Added build to .gitignore
Added vscode tasks to clean, build, package
Added CPack support for debian packages
2021-07-25 18:49:15 -05:00

12 lines
243 B
Plaintext

# Add any directories, files, or patterns you don't want to be tracked by version control
lib/
bin/
CMakeLists.txt.user
CMakeCache.txt
CMakeFiles
aasdk_proto/*.pb.cc
aasdk_proto/*.pb.h
Makefile
cmake_install.cmake
install_manifest.txt
build/**