Gave the gitignore some love.
This commit is contained in:
parent
2d7456fd76
commit
eb80cb914a
1 changed files with 8 additions and 4 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -4,13 +4,18 @@
|
|||
!.gitignore
|
||||
!.bumpversion.cfg
|
||||
!.ci/*
|
||||
!.cmake/*
|
||||
|
||||
!dev/*
|
||||
!doc/*
|
||||
|
||||
!*.c
|
||||
!*.cc
|
||||
!*.h
|
||||
!*.rst
|
||||
!samples/tests/*.sh
|
||||
!*.po
|
||||
!*.in
|
||||
!samples/tests/*.sh
|
||||
!samples/*.expected
|
||||
|
||||
!LICENSE
|
||||
|
@ -19,11 +24,10 @@
|
|||
|
||||
CMakeFiles/
|
||||
!CMakeLists.txt
|
||||
!.cmake/*
|
||||
|
||||
!src/config.h.in
|
||||
src/config.h
|
||||
|
||||
build
|
||||
|
||||
*~
|
||||
*.swp
|
||||
.*.swp
|
||||
|
|
Loading…
Add table
Reference in a new issue