File: .gitignore

package info (click to toggle)
igmplot 3.17-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 60,584 kB
  • sloc: cpp: 20,041; javascript: 2,801; makefile: 111; python: 51; awk: 46; csh: 18
file content (36 lines) | stat: -rw-r--r-- 297 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
 Fichiers objets
*.o
*.obj
*.so
*.dll
*.dylib

# Exécutables
*.exe
*.out
a.out

# Fichiers temporaires
*.tmp
*.temp
*.swp
*~

# EXECUTABLE
IGMPLOT

# Resultats de calculs
*.cube
*.dat
*.log
*.vmd
*.gnu

# Fichiers fantômes macOS
._*
.DS_Store

# Fichiers temporaires éditeurs
*.swp
*.swo
*.swn