mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Some more .gitignore cleanup
Hide more of the files that clutter our directories Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd24237916
commit
ca26e8409d
1 changed files with 12 additions and 0 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,4 +1,16 @@
|
||||||
*.o
|
*.o
|
||||||
|
*.orig
|
||||||
|
*.rej
|
||||||
|
*.exe
|
||||||
|
*.dmg
|
||||||
|
*.patch
|
||||||
|
*.xml
|
||||||
|
!dives/*.xml
|
||||||
|
*~
|
||||||
/subsurface
|
/subsurface
|
||||||
.dep/
|
.dep/
|
||||||
share/
|
share/
|
||||||
|
Documentation/user-manual.pdf
|
||||||
|
Documentation/user-manual.html
|
||||||
|
packaging/windows/subsurface.nsi
|
||||||
|
packaging/macos/Info.plist
|
||||||
|
|
Loading…
Reference in a new issue