You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AirTrapMine/.gitignore

29 lines
258 B
Plaintext

# 二進制
*.o
*.so
*.out
*.a
*.exe
# 編譯的資料夾
**/build/
**/install/
**/log/
**/logs/
# CMAKE 的衍生檔
CMakeCache.txt
CMakeFiles/
Makefile
# IDE files
**/.vscode/
**/.idea/
**/__pycache__/
**/*.iml
**/*.class
**/*.pyc
**/*.pyo
**/.cursor/