File: .gitignore

package info (click to toggle)
hebcal 4.31-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 7,760 kB
  • sloc: ansic: 6,361; sh: 535; perl: 134; makefile: 60
file content (38 lines) | stat: -rw-r--r-- 377 bytes parent folder | download
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
.deps/
/aclocal.m4
/autom4te.cache
/compile
/config.h
/config.h.in
/config.log
/config.status
/depcomp
/hebcal
/hebcal.1
/missing
/stamp-gperf
/stamp-h1
/strings_*.c
/strings_*.gperf
/test-driver
/translations.c
/translations.h
Makefile

# Object files
*.o

# Libraries
*.lib
*.a

# Shared objects (inc. Windows DLLs)
*.dll
*.so
*.so.*
*.dylib

# Executables
*.exe
*.out
*.app