We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3751312 commit 2f3c0f1Copy full SHA for 2f3c0f1
1 file changed
.gitignore
@@ -1,5 +1,9 @@
1
+# ignore sub-level extensionless build outputs
2
+*/**/*
3
+!*/
4
+!*.*
5
+
6
# ignore generated binaries and object files
-# Do not add broad unignore rules like !*.*; they override local excludes.
7
*.exe
8
*.o
9
*.so
@@ -35,6 +39,9 @@ a.out
35
39
fns.txt
36
40
.noprefix.vrepl_temp.v
37
41
42
+# Prefix local scratch/repro files with tmp. when they should stay untracked.
43
+tmp.*
44
38
45
# ignore temp and cache directories
46
temp/
47
tmp/
@@ -67,7 +74,6 @@ cache/
67
74
*~
68
75
~*
69
76
.sesskey
70
-/tmp*
71
77
*.db
72
78
*.swp
73
79
*.swo
@@ -124,7 +130,6 @@ vls.log
124
130
*.tmperr
125
131
126
132
.vtmp_cov_*/
127
-*/**/tmp.*
128
133
129
134
# ignore Intellij files
135
.idea/
0 commit comments