forked from Facsimile/facsimile
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
69 lines (66 loc) · 2.43 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
#=======================================================================================================================
# Facsimile: A Discrete-Event Simulation Library
# Copyright © 2004-2020, Michael J Allen.
#
# This file is part of Facsimile.
#
# Facsimile is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later
# version.
#
# Facsimile is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public License along with Facsimile. If not, see
# http://www.gnu.org/licenses/.
#
# The developers welcome all comments, suggestions and offers of assistance. For further information, please visit the
# project home page at:
#
# http://www.facsim.org/
#
# Thank you for your interest in the Facsimile project!
#
# IMPORTANT NOTE: All patches (modifications to existing files and/or the addition of new files) submitted for
# inclusion as part of the official Facsimile code base, must comply with the published Facsimile Coding Standards. If
# your code fails to comply with the standard, then your patches will be rejected. For further information, please
# visit the coding standards at:
#
# http://www.facsim.org/Documentation/CodingStandards/
#=======================================================================================================================
#=======================================================================================================================
# git .gitignore file.
#
# Tells git to ignore files matching the listed patterns.
#
# Note: files that are already tracked explicitly by git are unaffected by the settings in this file.
#=======================================================================================================================
# List ignored files alphabetically.
.cache
.classpath
.externalToolBuilders/
.idea/.name
.idea/copyright/HCI.xml
.idea/libraries/
.idea/modules/
.idea/modules.xml
.idea/sbt.xml
.idea/scala_compiler.xml
.idea/tasks.xml
.idea/workspace.xml
.idea_modules/
.project
.scala_dependencies
.settings/
.worksheet/
bin
build.xml
logs/
pom.xml
target/
*.bak
*.gradle
*.log
*.sc
*.tmp