File: .gitignore

package info (click to toggle)
dune-functions 2.9.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,232 kB
  • sloc: cpp: 12,639; python: 283; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 89 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
# ignore all build folders
/build*/
# ignore backup files
*~
# ignore Python files
*.pyc