Skip to content

Commit

Permalink
Merge pull request #384 from atsampson/gitignore
Browse files Browse the repository at this point in the history
Update the .gitignore files.
  • Loading branch information
happycube authored Dec 26, 2019
2 parents 0c6aa5d + 18dd0f1 commit 1111d14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 20 deletions.
15 changes: 5 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# Project executables generated by make
comb
comb-ntsc
comb-pal
cx
ntsc4
tbc-ntsc
tbc-pal
tbc-pal32
*.tbc
/ld-ldf-reader

# Odd Python stuff
numpy
Expand Down Expand Up @@ -53,7 +45,10 @@ __pycache__
*.out
*.app

# ld-decode data files
*.tbc
testout

# Profiling results
perf.data*
Benchfile*
/ld-ldf-reader
10 changes: 0 additions & 10 deletions tools/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,20 +44,10 @@ CMakeLists.txt.user*
/ld-analyse/ld-analyse
/ld-chroma-decoder/encoder/ld-chroma-encoder
/ld-chroma-decoder/ld-chroma-decoder
/ld-chroma-decoder/testfilter/testfilter
/ld-dropout-correct/ld-dropout-correct
/ld-process-vbi/ld-process-vbi
/ld-process-ntsc/ld-process-ntsc
/ld-process-audio/ld-process-audio
/ld-combine/ld-combine
/ld-process-efm/ld-process-efm
/ld-ldstoefm/ld-ldstoefm
/ld-lds-converter/ld-lds-converter
/ld-discmap/ld-discmap
/ld-diffdod/ld-diffdod
/cd-decode/cd-decode
/library/filter/testfilter/testfilter




0 comments on commit 1111d14

Please sign in to comment.