File: .gitignore

package info (click to toggle)
guile-ssh 0.18.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,996 kB
  • sloc: ansic: 4,821; lisp: 4,171; makefile: 310; sh: 259
file content (36 lines) | stat: -rw-r--r-- 352 bytes parent folder | download | duplicates (3)
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
# -*- shell-script -*-

# Compiled Scheme files
*.go

# Backup files
*\~

# Auto-generated files
Makefile
Makefile.in
configure

*.tar.gz
*.tar.gz.sig

# Ignore files produced by the magic snarfer
*.x

config.log
config.status
.deps
autom4te.cache

aclocal.m4
libtool

TAGS
tags
GPATH
GRTAGS
GTAGS
/doc/version.texi

# Ignore distributions
guile-ssh-*