mirror of https://github.com/apache/jmeter.git
Initial stab at gitignore file
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1685876 13f79535-47bb-0310-9956-ffa450edef68
Former-commit-id: b6221db964
This commit is contained in:
parent
42c1cfe1d5
commit
3cf38b938c
|
@ -0,0 +1,23 @@
|
|||
# Directory trees to ignore
|
||||
backups/
|
||||
build/
|
||||
dist/
|
||||
local/
|
||||
printable_docs/
|
||||
reports/
|
||||
site/
|
||||
target/
|
||||
|
||||
# specific files to ignore
|
||||
*.log
|
||||
.checkstyle
|
||||
.classpath
|
||||
.externalToolBuilders
|
||||
.fbwarnings
|
||||
.fbprefs
|
||||
.pmd
|
||||
.project
|
||||
.settings
|
||||
|
||||
build-local.properties
|
||||
jmeter-fb.*
|
Loading…
Reference in New Issue