1# This is a skeleton created by zproject.
2# You can add hand-written code here.
3save.xml
4# Object files
5*.o
6*.so
7*.ko
8*.pyc
9
10# Libraries
11*.lib
12*.a
13*.la
14*.pc
15*.dll.a
16
17# Shared objects (inc. Windows DLLs)
18*.dll
19*.so.*
20*.dylib
21*.lo
22
23# Executables
24src/zyre_selftest
25src/perf_local
26src/perf_remote
27src/zpinger
28src/ztester_beacon
29src/ztester_gossip
30src/zyre_selftest
31*.exe
32*.out
33*.app
34core
35
36# Distcheck workspace and archives
37/zyre-*/
38/zyre-*.tar.gz
39/zyre-*.zip
40
41# Man pages
42doc/*.1
43doc/*.3
44doc/*.7
45
46# autoconf files
47.deps
48.libs
49*.log
50*.trs
51Makefile
52Makefile.in
53!builds/openwrt/Makefile
54aclocal.m4
55autom4te.cache/
56config.log
57config.status
58config/
59configure
60configure.lineno
61libtool
62src/platform.h
63src/platform.h.in
64src/platform.h.in~
65src/stamp-h1
66src/test-suite.log
67src/.dirstamp
68
69# CMake cache
70CMakeCache.txt
71CMakeFiles/
72CTestTestfile.cmake
73cmake_install.cmake
74compile_commands.json
75DartConfiguration.tcl
76install_manifest.txt
77Testing/
78
79# Repositories downloaded by CI integration scripts
80tmp-deps/
81
82# Travis build area
83tmp/
84
85# Valgrind files
86callgrind*
87vgcore*
88
89# Vagrant files
90.vagrant
91
92# CLion / PyCharm
93.idea
94
95# GYP files
96project.Makefile
97*.target.mk
98out/
99
100# Android build results
101builds/android/prefix
102
103# Android - generated directories
104src/app/bin/
105src/app/gen/
106src/app/obj/
107src/app/local.properties
108
109# Android - dependencies
110src/app/jni/output
111
112# Python build directory
113build/
114
115# MSVC build directories
116obj/
117bin/
118*.tlog
119
120# Qt
121*pro.user
122moc_*
123build-*
124bindings/qt/selftest/selftest
125
126# Temporary files
127*.swp
128*.bak
129.test*
130
131# Netbeans directory
132nbproject/
133
134# editor backups
135*~
136