File: .gitignore

package info (click to toggle)
morse-simulator 1.2.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 169,784 kB
  • ctags: 3,593
  • sloc: python: 23,947; ansic: 1,370; cpp: 786; makefile: 120; xml: 34; sh: 7
file content (29 lines) | stat: -rw-r--r-- 287 bytes parent folder | download | duplicates (4)
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
.nfs*
*_wrap.c
*_wrap.cxx
*.o
*.so
*.pyc
*~
build/
*.cmake
CMakeFiles/
CMakeCache.txt
install_manifest.txt
*.*sw*
*.orig
*.rej
*.log
*.gz

# automatically created blender scenes
*.blend1
*.blend2
*.blend3
scene.*.blend

# Eclipse project files
.project
.pydevproject
.settings
.metadata