Add lib and obj dirs to .gitignore
This commit is contained in:
parent
9b4fd7a051
commit
e259418190
1 changed files with 4 additions and 3 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -34,13 +34,14 @@
|
|||
*.zip
|
||||
*~
|
||||
|
||||
bin
|
||||
lib
|
||||
obj
|
||||
|
||||
.lvimrc
|
||||
.syntastic_cpp_config
|
||||
BuildLog.htm
|
||||
Debug
|
||||
Makefile.inc
|
||||
Release
|
||||
Win32
|
||||
acconf.h
|
||||
acconf.h.in
|
||||
aclocal.m4
|
||||
|
|
Loading…
Reference in a new issue