mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-09-06 21:07:59 +00:00
Adding .gitignore files
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -2,6 +2,7 @@
|
||||
docs/doxygen/Doxyfile
|
||||
docs/html
|
||||
docs/latex
|
||||
docs/GNSS-SDR_manual.pdf
|
||||
src/tests/data/output.dat
|
||||
thirdparty/
|
||||
.project
|
4
drivers/gr-dbfcttc/build/.gitignore
vendored
Normal file
4
drivers/gr-dbfcttc/build/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
4
drivers/gr-gn3s/build/.gitignore
vendored
Normal file
4
drivers/gr-gn3s/build/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
# Ignore everything in this directory
|
||||
*
|
||||
# Except this file
|
||||
!.gitignore
|
Reference in New Issue
Block a user