Skip to content

Commit

Permalink
Merge pull request #301 from g-maxime/gitignore
Browse files Browse the repository at this point in the history
Add .gitignore
  • Loading branch information
g-maxime authored Oct 29, 2024
2 parents e754442 + ae2fafe commit 05ecd66
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
*.o
Makefile
Source/*/.deps
Source/*/.dirstamp
Project/GNU/CLI/Makefile.in
Project/GNU/CLI/*.log
Project/GNU/CLI/*.m4
Project/GNU/CLI/*.cache
Project/GNU/CLI/compile
Project/GNU/CLI/config.*
Project/GNU/CLI/configure
Project/GNU/CLI/depcomp
Project/GNU/CLI/install-sh
Project/GNU/CLI/missing
Project/GNU/CLI/test-driver
Project/GNU/CLI/bwfmetaedit
Project/GNU/CLI/test/*.log
Project/GNU/CLI/test/*.trs
Project/QtCreator/.*
Project/QtCreator/moc_*
Project/QtCreator/qrc_*
Project/QtCreator/Win32
Project/QtCreator/x64
Project/QtCreator/bwfmetaedit-gui
Project/QtCreator/BWF MetaEdit.app
Project/MSVC2015/Win32
Project/MSVC2015/x64
Project/MSVC2015/CLI/Win32
Project/MSVC2015/CLI/x64
Project/MSVC2015/GUI/Win32
Project/MSVC2015/GUI/x64
Project/MSVC2017/Win32
Project/MSVC2017/x64
Project/MSVC2017/CLI/Win32
Project/MSVC2017/CLI/x64
Project/MSVC2017/GUI/Win32
Project/MSVC2017/GUI/x64

0 comments on commit 05ecd66

Please sign in to comment.