-
Notifications
You must be signed in to change notification settings - Fork 38
/
.gitignore
41 lines (33 loc) · 922 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
# Maven output
target/
**/dependency-reduced-pom.xml
# In Maven, dependencies are downloaded during build;
# we don't want to check them in
/tools/
# Xalan "Ant emulation" directories for xalan-test and distribution,
# created by Maven build.
# (xalan-test referenced dependencies from xalan-java; distro may be
# publishing from lib/ though I hope not.)
build/
lib/
# Eclipse configuration
.settings/
.project
.classpath
# IntelliJ IDEA
.idea/
*.iml
# MacOS Finder
.DS_Store
# XPath parser generated during compilation
/src/org/apache/xalan/processor/XSLProcessorVersion.java
/src/org/apache/xalan/xsltc/compiler/XPathLexer.java
/src/org/apache/xalan/xsltc/compiler/XPathParser.java
/src/org/apache/xalan/xsltc/compiler/sym.java
# Stylebook processing progress flags.
/stylebook/sources/xalan/DONE
/stylebook/sources/xalan/XSLTCDONE
# Various temporary/work directories used by other tools
/bin/
/classes/
/tmp/