mirror of https://github.com/pvnis/srsRAN_4G.git
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.
22 lines
275 B
Plaintext
22 lines
275 B
Plaintext
7 years ago
|
# Ignore build directories
|
||
|
build
|
||
|
debug
|
||
|
cmake-build-debug
|
||
|
|
||
|
# Ignore CLion IDE project files
|
||
|
.idea
|
||
|
|
||
|
# Generated data files
|
||
|
*.dat
|
||
|
|
||
|
# Temporal files
|
||
|
*~
|
||
|
|
||
|
# Internal development
|
||
|
matlab
|
||
|
mex
|
||
|
cmake/modules/BuildMex.cmake
|
||
|
cmake/modules/FindMATLAB.cmake
|
||
|
cmake/modules/FindOCTAVE.cmake
|
||
|
|