This repository was archived by the owner on Sep 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.gitignore
More file actions
89 lines (76 loc) · 1.33 KB
/
.gitignore
File metadata and controls
89 lines (76 loc) · 1.33 KB
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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
# .gitignore for NUbot
# Don't include compiled framework libraries in the repo
/Framework/darwin/Linux/lib/darwin.a
# Ignore Sublime Text project/workspace files
*.sublime-project
*.sublime-workspace
# Ignore test output files
/ConfigSystem/ConfigurationFiles/newConfig.json
/ConfigSystem/ConfigurationFiles/testSaveLoadConfig.json
# We don't want build files in the repo
/Build/*
*.xcodeproj
*.build
.*
# We don't oxygen files in the repp
/Documentation
/Doc
/html
/latex
Doxyfile
Doxyfile.bak
/ConfigSystem/doc
# Python Ignores:
#we don't want to include .pyc files
*.pyc
# Common Ignores
*.*~
*.o
*.orig
*.tmp
Autoconfig/*
*.old*
*debug.log
*error.log
*parameters.wp
# ignore Qt builds
Vision*-build*/*
/Vision/Vision.pro.user
/Vision/Makefile
/Vision/*.app
/Vision/moc_*
/Vision/ui_*
NUView-build*/*
/NUView/debug/*
/NUView/release/*
*.Debug
*.Release
/NUView/Makefile
/NUView/NUView.pro.user
/NUView/NU*.app
/NUView/moc_*
/NUView/autosave.lut
/NUView/qrc_icons.cpp
/NUView/qrc_textures.cpp
/NUView/diagona/*.*
/NUView/NUView
/*-build-desktop*/*
/Extracted/*
/NUView/debug/*
/NUView/release/*
/NUView/Makefile
/NUView/NUView.pro.user*
/Vision-build-desktop*/*
*.pro.user*
/BWalkMaker-build*/*
/BWalkMaker/BWalkMaker.pro.user
# Ignore our data file formats
#*.lut
*.nif
*.nul
*.strm
# Other ignored formats
*.komodoproject
*.kpf
# NetBeans
nbproject