forked from DinoTools/dionaea
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
59 lines (51 loc) · 692 Bytes
/
.gitignore
File metadata and controls
59 lines (51 loc) · 692 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
### Vagrant
vagrant/.vagrant/
### Vim
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
### JetBrains
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio
*.iml
.idea/
### intermediate object files
*.o
*.lo
*.la
### automake
/Makefile
/include/**/Makefile
/modules/**/Makefile
/src/**/Makefile
Makefile.in
.deps
.libs
config.h
aclocal.m4
autom4te.cache/
configure
compile
depcomp
install-sh
libtool
ltmain.sh
missing
stamp-h1
### slickedit
*.vpj
*.vpw
*.vpwhistu
*.vtg
### project specific
src/dionaea
modules/python/binding.c
modules/python/build/
modules/python/setup.py
### Python
*.pyc
### Doc
/doc/build/
/doc/api/build/