Adding .gitignore files

This commit is contained in:
Carles Fernandez 2014-04-11 00:30:10 +02:00
parent 6c577eee0d
commit 4944ad2364
3 changed files with 9 additions and 0 deletions

1
.gitignore vendored
View File

@ -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
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
drivers/gr-gn3s/build/.gitignore vendored Normal file
View File

@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore