File: .gitignore

package info (click to toggle)
ocaml-trie 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 104 kB
  • sloc: ml: 70; makefile: 17
file content (16 lines) | stat: -rw-r--r-- 113 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
**/*.annot

**/.\#*
**/*~
**/Session.vim
**/.*.swp

**/*.o
**/*.a
**/*.so
**/*.cm*

.merlin
_build
trie.install