-
Notifications
You must be signed in to change notification settings - Fork 16
/
.gitignore
62 lines (54 loc) · 1008 Bytes
/
.gitignore
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
# Note that there are some files which we might to change
# locally but which we don't want to commit, e.g.
# Modules.make
# Such files don't belong here.
# Do this instead:
# git update-index --assume-unchanged Modules.make
# Auto generated.
/src/SourceVersion
/src/SourceVersion.cc
/src/Modules.hh
/src/Core/ArithmeticExpressionParser.cc
/src/Core/ArithmeticExpressionParser.hh
/src/Core/ArithmeticExpressionParser.yy
/src/Core/location.hh
/src/Core/position.hh
/src/Core/stack.hh
# From build.
.build
*.a
*.pyc
*.o
*.so
/RASR.egg-info
# For exec-files, the postfix is ".$(OS)-$(PROC)-$(COMPILE)[-$(SUFFIX)]".
*.*-*-*
# It's handled seperately/independently.
/test
# Custom tools.
# KDevelop
*.kdev4
*~
*-swp
.*.swp
# Eclipse
/.cproject
/.project
/.settings
# Qt Creator
/Sprint.config
/Sprint.creator
/Sprint.creator.user
/Sprint.creator.user.*
/Sprint.files
/Sprint.includes
# CLion
/.idea
/CMakeLists.txt
# Other
.history*
*.autosave
# Singularity/Apptainer images
*.sif
# Broken NFS.
.nfs*