-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
85 lines (69 loc) · 1.16 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#Codegen output doesn't go in the repository
*.pyc
codegen/output
# shared objects don't go in the repository
*.so
# PyCharm data doesn't go in the repository
.idea/
# Compiled client stuff we don't want
client/library/sexp/lex.yy.*
#Game logs don't go in the repository
*.gamelog
*.glog
#Pycharm IDE Info doesn't go in the repository.
.idea/
#Visual studio files don't go in the repository
#Visual Studio files
*.[Oo]bj
[Bb]in
[Bb]in/
[Dd]ebug*/
[Rr]elease*/
*.exe
*.pdb
*.user
*.aps
*.pch
*.vspscc
*.vssscc
*_i.c
*_p.c
*.ncb
*.suo
*.tlb
*.tlh
*.bak
*.[Cc]ache
*.ilk
*.log
*.lib
*.sbr
*.sdf
ipch/
obj/
Ankh.NoLoad
#Windows thumbnail files don't go in the repository
Thumbs.db
#Server logs don't go in the repository
server/logs
#tilde files don't go in the repository
*~
#visualizer qmake artifacts don't go in the repository
*.o
*.d
*.a
moc_*
#Built Doxygen documentation doesn't go in the repository
client/c/html/*
client/c/latex/*
client/python/html/*
client/python/latex/*
visualizer/visualizer
visualizer/Makefile
visualizer/botnet/Makefile
#Build Logs don't go in the repository
*build.log*
#Dont ignore jna.jar
!jna.jar
#bundles don't go in the repository
*.bundle