File: .gitignore

package info (click to toggle)
pgpointcloud 1.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,892 kB
  • sloc: sql: 40,767; ansic: 11,045; xml: 935; makefile: 297; cpp: 282; perl: 248; python: 178; sh: 92
file content (30 lines) | stat: -rw-r--r-- 389 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
*.o
*.a
*.so
autom4te.cache
configure
config.log
confdefs.h
aclocal.m4
config.status
config.mk
lib/pc_config.h

Makefile
*/Makefile
*/*/Makefile
pgsql/pointcloud.control
pgsql/pointcloud--*
pgsql_postgis/pointcloud_postgis.control
pgsql_postgis/pointcloud_postgis--*

pgsql/pc_access.bc
pgsql/pc_editor.bc
pgsql/pc_inout.bc
pgsql/pc_pgsql.bc

venv
doc/build
doc/__pycache__/

**/.DS_Store