Merge branch 'ignorebin' into 'master'
gitignore: add more files from configure and make Merged-on: https://assembla.com/code/portaudio/git/merge_requests/3218493
This commit is contained in:
commit
6c11a007c5
1 changed files with 11 additions and 0 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -4,6 +4,17 @@
|
|||
*.o
|
||||
*.obj
|
||||
|
||||
# Generated by configure and make
|
||||
Makefile
|
||||
bin-stamp
|
||||
bin/*
|
||||
config.log
|
||||
config.status
|
||||
lib-stamp
|
||||
lib/*
|
||||
libtool
|
||||
portaudio-2.0.pc
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
|
|
|||
Loading…
Reference in a new issue