summaryrefslogtreecommitdiff
path: root/.gitignore
blob: d28b05e2a7f84a18138e089f4f383ce9bfee6b5e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# files generated during make
/conf-raw/
/obj/
/bin/
/stamp/
/dist/
/doc-gen/
# Generated source files
/src/proto2/
/src/debug-debug/
/src/*/*_conf.[ch]pp
# tags file
/tags
# generated by configure
/Makefile
/config.status
/lib
# generated by python
*.pyc

# nightlies
/build-x86_64-linux-gnu/
/build-i586-linux-gnu/
# the rest are not active yet, see comments in tools/nightly
/build-x86_64-linux-gnux32/
/build-aarch64-linux-gnu/
/build-arm-linux-gnueabi/
/build-arm-linux-gnueabihf/
/build-mips-linux-gnu/
/build-mipsel-linux-gnu/
/build-powerpc-linux-gnu/

# generic build
/build/