curve: curve25519_tfm_alloc/curve25519_tfm_free helpers
[netsniff-ng.git] / .gitignore
blobe46b8179ff61ddd40c95296666ae306b18a76598
1 # Editor crap (emacs, vim, ...)
2 *.swp
3 *.orig
4 \#*\#
5 .\#*
6 .*.sw[a-z]
7 *.un~
9 # Hidden files, general things
13 # Compiled object files
14 *.slo
15 *.lo
16 *.o
18 # Compiled dynamic libraries
19 *.so
21 # Compiled static libraries
22 *.lai
23 *.la
24 *.a
26 # cscope/ctags index files
27 cscope*
28 tags
30 # Testing folders
31 fuzzing/
33 # Ignore if someone adapts Makefile
34 Makefile
36 # Other documentation ignores
37 *.md
38 *.ps
40 # Compressed archives
41 *.tar.bz2
42 *.tar.bz
43 *.tar.xz
45 # Release related stuff
46 .MAIL_MSG
48 # Excluded from ignorance
49 !.gitignore