-
Notifications
You must be signed in to change notification settings - Fork 190
/
.gitignore
53 lines (45 loc) · 909 Bytes
/
.gitignore
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Standard things to ignore
*~
*.a
*.o
*.orig
*.rej
*.yaml.i
TAGS
# Auto-generated files
*.pyc
*.xwam
# generated files and binaries
/libpharos/PHAROS_REVISION
/libpharos/PHAROS_REVISION.ii
/libpharos/config.yaml.ii
/tools/apianalyzer/apianalyzer
/tools/apianalyzer/apisigtest
/tools/apianalyzer/apitests1
/tools/apianalyzer/apitests2
/tools/apianalyzer/apitests3
/tools/fn2hash/fn2hash
/tools/fn2yara/fn2yara
/tools/objdigger/objdigger
# site.cmake is site-specific. Do not check in.
/site.cmake
# Don't complain about the user file either.
/local.cmake
# test cruft
/apitests.dot
/tools/ooanalyzer/tests/**/*.ground.errors
/tests/**/*.cvdump
/tests/**/*.symbolspre
/python/pharos/test/testpath.py
# to support (& ignore) build dirs in the repo dir:
/build
/build-*
/dist
# local build overrides:
local.cmake
# other misc stuff
**/.nfs*
**/.tramp_history
**/.tramp_ignore
**/.gdb_history
**/*/*.pdb