forked from facebook/buck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
63 lines (47 loc) · 1.26 KB
/
.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
54
55
56
57
58
59
60
61
62
# Ant
/build/
# IntelliJ build
/build-ij/
# Buck
/buck-out
/.buckconfig.local
/.buckd
/.buckjavaargs.local
/.bucklogging.local.properties
.fakebuckversion
/.nobuckcheck
# Files created during tests
/test/com/facebook/buck/testutil/integration/testlibs/buck-out/
/test/**/testdata/**/buck-out/
/test/**/testdata/**/.buckd/
# Compiled Python
*.pyc
*py.class
# mypy cache files
.mypy_cache
# buckconfig in Ocaml test project directory to override compiler paths.
/test/com/facebook/buck/ocaml/testdata/ocaml/.buckconfig
# bootstrapper test is run in the source tree
/test/com/facebook/buck/cli/bootstrapper/testdata/old_guava/buck-out/
# From building Emma with Ant.
/third-party/java/emma-2.0.5312/out/
# From building Jacoco with Ant.
/third-party/java/jacoco-0.6.4/report-generator-build/
# From building pywatchman with Ant.
/third-party/py/pywatchman/build/
/third-party/py/pywatchman/pywatchman.egg-info/
/third-party/py/pywatchman/dist/
# From building skylib with buck
/third-party/skylark/bazel-skylib/buck-out
# OS X
.DS_Store
# vim swp files
.*.sw[a-p]
# Vim editing-state session files
Session.vim
# Emacs backup files
*~
\#*
# IntelliJ plugin generated syntax source files
tools/ideabuck/src/com/facebook/buck/intellij/ideabuck/lang/_BuckLexer.java
tools/ideabuck/gen