libzmq/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

130 lines
2.0 KiB
Plaintext
Raw Normal View History

syntax: glob # for hg-git users
# Generated build scripts and IDE generating files
## autotools
/Makefile
builds/Makefile
builds/deprecated-msvc/Makefile
doc/Makefile
2023-11-01 10:49:25 +01:00
doc/__pagelist
2009-08-30 09:14:15 +02:00
libtool
### automake
Makefile.in
.deps/
.dirstamp
### autoconf
autom4te.cache
aclocal.m4
2009-08-30 09:14:15 +02:00
config
config.status
config.log
configure
stamp-h1
## CMake
cmake-build-debug/
build/
## Android
builds/android/prefix
## IntelliJ
.idea/
## Visual Code
.vscode/
## other results-like folders
bin/
lib/
obj/
## Doxygen
doxygen/
## Packaging
packaging/nuget/*.nupkg
# Test related build files
libtestutil.a
libunity.a
# Some build outputs and temporal files
2009-08-03 11:30:13 +02:00
*.o
*.gcno
*.gcda
*.gcov
*.ncb
2009-08-03 11:30:13 +02:00
*.lo
*.loT
2009-08-03 11:30:13 +02:00
*.la
*.exe
2010-01-28 12:45:12 +01:00
*.html
*.pdf
*.ps
*~
.*~
.libs
# /src
## Ignore generated files in configuration process
src/platform.hpp*
src/libzmq.pc
# /tools
## Executable binaries are ignored
tools/curve_keygen
## Executable source files must be tracked
!tools/*.[ch]
!tools/*.[ch]pp
# /tests
## Test binaries and logs are ignored
tests/test*
tests/test*.log
tests/test*.trs
## Test source files must be tracked
!tests/test*.[ch]
!tests/test*.[ch]pp
## Build script and documentations must be tracked
!tests/CMakeLists.txt
!tests/README.md
# /unittests
## Unit test binaries and logs are ignored
unittests/unittest_*
unittests/unittest*.log
unittests/unittest*.trs
## Unit test source files must be tracked
!unittests/unittest*.[ch]
!unittests/unittest*.[ch]pp
## Build script and documentations must be tracked
!unittests/CMakeLists.txt
!unittests/README.md
# check test log files
test-suite*.log
# /perf
## Benchmarking binaries and result files are ignored
perf/*_lat
perf/*_thr
perf/benchmark_*
perf/results
## Benchmarking source files must be tracked
!perf/*.[ch]
!perf/*.[ch]pp
## Benchmarking tool scripts must be tracked
!perf/*.py
!perf/*.sh
# /doc
## Generated document files
doc/*.[137]
2010-02-10 16:18:46 +01:00
doc/*.html
doc/*.xml
# external libraries and release archive files
2010-02-15 23:52:08 +01:00
foreign/openpgm/*
!foreign/openpgm/*.tar.bz2
2010-02-24 09:41:10 +01:00
!foreign/openpgm/*.tar.gz
!foreign/openpgm/Makefile.am
2010-09-04 17:44:11 +02:00
zeromq-*.tar.gz
zeromq-*.zip
2013-01-31 21:52:30 +01:00
core
mybuild