-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
86 lines (68 loc) · 2.21 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# Ant
/build/
# IntelliJ build
/build-ij/
src/com/facebook/buck/intellij/ideabuck/*.zip
# IntelliJ Plugin
src/com/facebook/buck/intellij/ideabuck/buck-out
src/com/facebook/buck/intellij/ideabuck/buck-cache
src/com/facebook/buck/intellij/ideabuck/.buckd/
src/com/facebook/buck/intellij/ideabuck/third-party/*.iml
# 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/
# 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/
# Eclipse
/.settings/
/.apt_generated/
# IntelliJ, based on http://devnet.jetbrains.net/docs/DOC-1186
/.idea/ant.xml
/.idea/dictionaries
/.idea/inspectionProfiles
/.idea/tasks.xml
/.idea/uiDesigner.xml
/.idea/workspace.xml
/.idea/misc.xml
/.idea/copyright/profiles_settings.xml
src/com/facebook/buck/intellij/ideabuck/.idea/ant.xml
src/com/facebook/buck/intellij/ideabuck/.idea/dictionaries
src/com/facebook/buck/intellij/ideabuck/.idea/inspectionProfiles
src/com/facebook/buck/intellij/ideabuck/.idea/tasks.xml
src/com/facebook/buck/intellij/ideabuck/.idea/uiDesigner.xml
src/com/facebook/buck/intellij/ideabuck/.idea/workspace.xml
src/com/facebook/buck/intellij/ideabuck/.idea/misc.xml
src/com/facebook/buck/intellij/ideabuck/.idea/runConfigurations
src/com/facebook/buck/intellij/ideabuck/.idea/copyright/profiles_settings.xml
# 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/
# OS X
.DS_Store
# vim swp files
.*.sw[a-p]
# Emacs backup files
*~
\#*
# IntelliJ plugin generated syntax source files
src/com/facebook/buck/intellij/ideabuck/src/com/facebook/buck/intellij/ideabuck/lang/_BuckLexer.java
src/com/facebook/buck/intellij/ideabuck/gen