mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
8328449c1a
This is especially noticeable on local builds (less so on the github workers).
23 lines
428 B
Plaintext
23 lines
428 B
Plaintext
# Ignore everything ...
|
|
**/*
|
|
# ... except sources
|
|
!**/*.[ch]
|
|
!**/*.cc
|
|
!**/*.hh
|
|
!CHANGELOG.md
|
|
!LICENSE
|
|
!README.md
|
|
!auto_tests/data/*
|
|
!other/bootstrap_daemon/bash-completion/**
|
|
!other/bootstrap_daemon/tox-bootstrapd.*
|
|
!other/proxy/*.mod
|
|
!other/proxy/*.sum
|
|
!other/proxy/*.go
|
|
# ... and CMake build files (used by most builds).
|
|
!**/CMakeLists.txt
|
|
!.github/scripts/flags*.sh
|
|
!cmake/*.cmake
|
|
!other/pkgconfig/*
|
|
!other/rpm/*
|
|
!so.version
|