File: .gitignore

package info (click to toggle)
chemeq 3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 388 kB
  • sloc: cpp: 921; xml: 346; yacc: 336; python: 329; javascript: 120; perl: 118; makefile: 66; sh: 13
file content (16 lines) | stat: -rw-r--r-- 219 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# emacs backups
*~
# quilt directory
.pc/
# g++ outputs
*.o
# bison and flex ouputs
chemparser.*
chemlex.cc
# file generated from chemeq.h.in
src/chemeq.h
# compiled result
src/chemeq
# compressed man file
chemeq.1.gz