-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy path.gitignore
More file actions
71 lines (57 loc) · 727 Bytes
/
.gitignore
File metadata and controls
71 lines (57 loc) · 727 Bytes
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
# ingore binaries
bin
build
obj
lib
main*
test/bin
Makefile.conf
# ingore documentation
doc/html
docs/_build
docs/api
docs/api_doc/html
docs/api_doc/xml
# ignore hdf5 files
*.hdf
*.h5
*.hdf5
*.he5
# ignore temp files
*.swp
*~
*.orig
*.user
# ignore files from dbg
.dbg.
*.dSYM
# gdb
.gdb_history
# ignore codeblocs project files
*.cbp
*.depend
*.layout
# ignore OSX specific files
.DS_Store
buid/
#ignore eclipse project files
.cproject
.project
.settings
Debug
main.cpp
src/pandora_cpp.cpp
#ignore IDEA project files
.idea
*.iml
#ignore sublime specific files
*.sublime-*
# kdevelop
.kdev4
nix.kdev4
# cquery / ccls
compile_commands.json
.cquery_cached_index/
.ccls-cache/
#ignore VS Code specific files
.vscode/