forked from NetLogo/NetLogo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
59 lines (52 loc) · 945 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# common directory names
javadoc/
scaladoc/
classes/
target/
tmp/
# common filenames
.DS_Store
# wildcards
*.class
*.tmp
*_managed/
*~
.#*
\#*
# no jars, except these small ones
*.jar
*.jar.pack.gz
# autogenerated sources
/src/main/org/nlogo/agent/ImportLexer.java
/src/main/org/nlogo/app/Events.java
/src/main/org/nlogo/lex/TokenLexer.java
/src/main/org/nlogo/window/Events.java
# autogenerated
/docs/
/netlogo-gui/docs/
/netlogo-gui/NetLogo User Manual.pdf
# Eclipse
/.classpath
/.project
/.cache
/.settings
# other
/.ensime
/.ensime_lucene/
/build/
/.idea/workspace.xml
/.idea/tasks.xml
/.idea/codeStyleSettings.xml
/.idea/uiDesigner.xml
/.idea/misc.xml
/lib/
/netlogo-gui/lib/
/natives/
/mac-app/natives/
/netlogo-gui/natives/
/out/
/resources/Errors_??.properties
/resources/GUI_Strings_??.properties
/netlogo-gui/resources/system/dict.txt
/netlogo-gui/resources/system/dict3d.txt
/test/file-prim-files/utf8-file-written-by-test.txt