2012-12-12 00:45:40 +00:00
|
|
|
# Which files and directories are safe to ignore
|
|
|
|
#
|
|
|
|
|
|
|
|
# Visual Studio project files
|
|
|
|
*.user
|
|
|
|
*.ncb
|
|
|
|
*.suo
|
2020-03-14 20:59:37 +00:00
|
|
|
*.pdb
|
2012-12-12 00:45:40 +00:00
|
|
|
|
|
|
|
# Visual Studio build directories
|
|
|
|
/win_build/Build/
|
|
|
|
|
2018-09-08 01:43:47 +00:00
|
|
|
# Visual Studio 2015/2017 cache/options directory
|
|
|
|
.vs/
|
|
|
|
|
2018-09-21 11:39:19 +00:00
|
|
|
#Visual Studio Code options directory
|
|
|
|
.vscode/
|
|
|
|
|
2012-12-12 00:45:40 +00:00
|
|
|
# Installshield build directories
|
|
|
|
/win_build/installerv2/BOINC
|
2014-02-12 23:59:28 +00:00
|
|
|
/win_build/installerv2/BOINC_vbox
|
2012-12-12 00:45:40 +00:00
|
|
|
/win_build/installerv2/BOINCx64
|
2014-02-12 23:59:28 +00:00
|
|
|
/win_build/installerv2/BOINCx64_vbox
|
2013-02-14 19:17:53 +00:00
|
|
|
/win_build/installerv2/WCG
|
2014-02-12 23:59:28 +00:00
|
|
|
/win_build/installerv2/Progress
|
2012-12-12 01:01:11 +00:00
|
|
|
|
2014-02-27 00:09:02 +00:00
|
|
|
# Visual Studio Build Directories for BOINCCAS
|
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/Debug
|
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/Debug95
|
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/Release
|
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/Release95
|
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/x64
|
|
|
|
|
2014-08-14 20:52:32 +00:00
|
|
|
# Netbeans project files
|
|
|
|
/html/nbproject/
|
2015-10-13 14:58:12 +00:00
|
|
|
*.project
|
2012-12-12 01:01:11 +00:00
|
|
|
|
|
|
|
#
|
|
|
|
*.pfx
|
|
|
|
*.pvk
|
|
|
|
*.spc
|
2013-10-17 19:27:03 +00:00
|
|
|
/win_build/*.filters
|
|
|
|
/win_build/boinc.sdf
|
2013-10-17 21:17:38 +00:00
|
|
|
/win_build/boinc.opensdf
|
2013-12-03 18:07:09 +00:00
|
|
|
/win_build/ipch
|
2014-04-03 15:06:23 +00:00
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/*.filters
|
2014-04-03 15:13:11 +00:00
|
|
|
/win_build/installerv2/redist/Windows/src/boinccas/boinccas.sdf
|
2014-08-14 20:52:32 +00:00
|
|
|
|
2017-03-29 11:38:09 +00:00
|
|
|
# Android (Studio, build scripts, artefacts, redundancies)
|
|
|
|
/android/**/*.iml
|
|
|
|
/android/**/.gradle
|
|
|
|
/android/**/local.properties
|
2019-01-25 15:53:36 +00:00
|
|
|
/android/**/.idea/caches
|
|
|
|
/android/**/.idea/libraries
|
|
|
|
/android/**/.idea/gradle.xml
|
|
|
|
/android/**/.idea/modules.xml
|
|
|
|
/android/**/.idea/tasks.xml
|
|
|
|
/android/**/.idea/usage.statistics.xml
|
|
|
|
/android/**/.idea/workspace.xml
|
2017-03-29 11:38:09 +00:00
|
|
|
/android/**/build
|
|
|
|
/android/**/captures
|
|
|
|
/android/**/.externalNativeBuild
|
2019-05-02 08:26:12 +00:00
|
|
|
/android/**/.vagrant
|
2017-03-29 11:38:09 +00:00
|
|
|
/stage
|
|
|
|
/android/BOINC/app/src/main/assets/arm*
|
|
|
|
/android/BOINC/app/src/main/assets/mips*
|
|
|
|
/android/BOINC/app/src/main/assets/x86*
|
|
|
|
/android/BOINC/app/src/main/assets/all_projects_list.xml
|
|
|
|
/android/BOINC/app/src/main/assets/ca-bundle.crt
|
|
|
|
|
2014-08-14 20:52:32 +00:00
|
|
|
## files created by _autosetup (autoreconf):
|
|
|
|
*.in
|
|
|
|
*.in~
|
|
|
|
aclocal.m4
|
|
|
|
autom4te.cache/
|
|
|
|
compile
|
|
|
|
config.guess
|
|
|
|
config.sub
|
|
|
|
configure
|
|
|
|
depcomp
|
|
|
|
install-sh
|
|
|
|
ltmain.sh
|
|
|
|
m4/libtool.m4
|
|
|
|
m4/ltoptions.m4
|
|
|
|
m4/ltsugar.m4
|
|
|
|
m4/ltversion.m4
|
|
|
|
m4/lt~obsolete.m4
|
|
|
|
missing
|
|
|
|
test-driver
|
|
|
|
|
|
|
|
## files created by configure:
|
|
|
|
Makefile
|
|
|
|
.deps/
|
|
|
|
boinc_path_config.py
|
|
|
|
pkginfo
|
|
|
|
prototype
|
|
|
|
client/scripts/boinc-client
|
2017-11-27 05:08:14 +00:00
|
|
|
client/scripts/boinc-client.service
|
2014-08-14 20:52:32 +00:00
|
|
|
config.h
|
|
|
|
config.log
|
|
|
|
config.status
|
|
|
|
libtool
|
|
|
|
py/Boinc/version.py
|
|
|
|
py/setup.py
|
|
|
|
stamp-h1
|
|
|
|
test/version.inc
|
|
|
|
|
|
|
|
## files created by make:
|
2012-12-12 17:40:34 +00:00
|
|
|
*.o
|
|
|
|
*.lo
|
|
|
|
*.a
|
|
|
|
*.la
|
2018-03-08 15:38:59 +00:00
|
|
|
py/lib/Boinc
|
|
|
|
|
|
|
|
## Python bytecode
|
|
|
|
*.pyc
|
2013-05-17 09:15:13 +00:00
|
|
|
|
2015-07-22 14:01:26 +00:00
|
|
|
## Drupal
|
|
|
|
# ignore files with private/sensitive content in a public repo
|
2013-05-17 09:15:13 +00:00
|
|
|
drupal/sites/default/dbconfig.php
|
2015-07-22 14:01:26 +00:00
|
|
|
# ignore symlink to project-specific content (tracked in separate/project repo)
|
2013-05-17 09:15:13 +00:00
|
|
|
drupal/sites/default/project
|
2015-07-22 14:01:26 +00:00
|
|
|
|
2016-11-16 20:59:04 +00:00
|
|
|
## translation system
|
|
|
|
locale/*/*.flag
|
|
|
|
|
2017-03-17 13:55:39 +00:00
|
|
|
## dependency builds and CI cache directories
|
2020-03-14 20:59:37 +00:00
|
|
|
3rdParty/Windows/
|
2017-03-17 13:55:39 +00:00
|
|
|
3rdParty/linux/
|
|
|
|
3rdParty/mac/
|
|
|
|
3rdParty/buildCache/
|
2020-07-03 15:24:54 +00:00
|
|
|
3rdParty/android/
|
2017-03-17 13:55:39 +00:00
|
|
|
|
2014-08-14 20:52:32 +00:00
|
|
|
.libs/
|
|
|
|
svn_version.h
|
2014-09-02 07:32:21 +00:00
|
|
|
|
2019-04-20 10:06:24 +00:00
|
|
|
## code coverage
|
|
|
|
*.gcov
|
|
|
|
*.gcno
|
|
|
|
*.gcda
|
|
|
|
|
2014-08-14 20:52:32 +00:00
|
|
|
# list of executables
|
|
|
|
apps/1sec
|
|
|
|
apps/concat
|
|
|
|
apps/upper_case
|
|
|
|
client/boinc
|
|
|
|
client/boinc_client
|
|
|
|
client/boinccmd
|
|
|
|
client/switcher
|
|
|
|
clientgui/boincmgr
|
|
|
|
clientscr/boincscr
|
|
|
|
doc/manpages/appmgr.8
|
|
|
|
doc/manpages/boinc.1
|
|
|
|
doc/manpages/boinccmd.1
|
|
|
|
doc/manpages/boincmgr.1
|
|
|
|
lib/crypt_prog
|
|
|
|
lib/parse_test
|
|
|
|
py/lib.*/
|
2014-09-02 07:32:21 +00:00
|
|
|
py/build/
|
2015-09-01 06:41:19 +00:00
|
|
|
samples/condor/boinc_gahp
|
2014-09-02 07:32:21 +00:00
|
|
|
samples/example_app/uc2
|
|
|
|
samples/example_app/ucn
|
2015-09-01 06:41:19 +00:00
|
|
|
samples/multi_thread/multi_thread
|
2014-09-02 07:32:21 +00:00
|
|
|
samples/sleeper/sleeper
|
2015-09-01 06:41:19 +00:00
|
|
|
samples/vboxmonitor/vboxmonitor
|
|
|
|
samples/vboxwrapper/vboxwrapper
|
2014-09-02 07:32:21 +00:00
|
|
|
samples/worker/worker
|
|
|
|
samples/wrapper/wrapper
|
2014-08-14 20:52:32 +00:00
|
|
|
sched/adjust_user_priority
|
|
|
|
sched/antique_file_deleter
|
|
|
|
sched/census
|
|
|
|
sched/cgi
|
|
|
|
sched/credit_test
|
|
|
|
sched/db_dump
|
|
|
|
sched/db_purge
|
|
|
|
sched/delete_file
|
|
|
|
sched/fcgi
|
|
|
|
sched/fcgi_file_upload_handler
|
|
|
|
sched/feeder
|
|
|
|
sched/file_deleter
|
|
|
|
sched/file_upload_handler
|
|
|
|
sched/get_file
|
|
|
|
sched/make_work
|
|
|
|
sched/message_handler
|
|
|
|
sched/put_file
|
|
|
|
sched/sample_assimilator
|
|
|
|
sched/sample_bitwise_validator
|
|
|
|
sched/sample_dummy_assimilator
|
|
|
|
sched/sample_substr_validator
|
|
|
|
sched/sample_trivial_validator
|
|
|
|
sched/sample_work_generator
|
|
|
|
sched/sched_driver
|
2015-10-13 14:58:12 +00:00
|
|
|
sched/script_assimilator
|
|
|
|
sched/script_validator
|
2014-08-14 20:52:32 +00:00
|
|
|
sched/show_shmem
|
|
|
|
sched/single_job_assimilator
|
|
|
|
sched/size_regulator
|
|
|
|
sched/status
|
|
|
|
sched/stop
|
|
|
|
sched/transitioner
|
|
|
|
sched/trickle_credit
|
|
|
|
sched/trickle_deadline
|
|
|
|
sched/trickle_echo
|
|
|
|
sched/update_stats
|
2016-08-16 09:06:14 +00:00
|
|
|
sched/validator_test
|
2014-08-14 20:52:32 +00:00
|
|
|
sched/wu_check
|
|
|
|
tools/cancel_jobs
|
|
|
|
tools/create_work
|
|
|
|
tools/dir_hier_move
|
|
|
|
tools/dir_hier_path
|
|
|
|
tools/remote_submit_test
|
|
|
|
tools/sign_executable
|
|
|
|
vda/ssim
|
|
|
|
vda/vda
|
2014-09-02 07:32:21 +00:00
|
|
|
vda/vdad
|
2015-05-06 22:14:31 +00:00
|
|
|
/win_build/*.sdf
|
2017-03-29 11:38:09 +00:00
|
|
|
|
|
|
|
# OS-specific files
|
|
|
|
.DS_Store
|