-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.gitignore
60 lines (54 loc) · 1.02 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
*~
build
dist
/nbproject/private
rebel.xml
*/nbproject/private
*/nbproject/sqe.properties
*/nbproject/findbugs.settings
*/nbproject/genfiles.properties
*test/(coverage|lib|results|work)
#derby.log
*.class
*.DS_Store
#\.orig$
#\.rej$
#\.tmp\.$
*.swp
tags
gensrc
hs_err_pid[0-9]*.log
blueTempText*.txt
#\.orig\..*$
#\.chg\..*$
#\.conflict\~$
manual/docbook/index.xml
tempCsd*.csd
jython/release/modules/ext/cachedir/*
jython/release/*.pyc
*/nbproject/genfiles.properties
/csound-manual/categories.pyc
/TestApps/JfxControlsTest/nbproject/private/
/TestApps/JfxControlsTest/TestApp/nbproject/private/
/libs/target/
/update_stable.sh
nb_jr_remoting.cfg
*/cache.properties
/netbeans
*/target/
*/nb-configuration.xml
# Maven versions backup files
*.versionsBackup
# Ignore IDEA project files
*.iml
.idea
/blue-utilities/nbproject/
# Ignore files from VS Code Java extensions
.settings
.factorypath
.classpath
.project
# Ignore VSCode directories
.vscode
# Ignore maven-wrapper files that are downloaded by the wrapper
.mvn/wrapper/maven-wrapper.jar