forked from nitlang/nit
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
68 lines (54 loc) · 637 Bytes
/
.gitignore
File metadata and controls
68 lines (54 loc) · 637 Bytes
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
62
63
64
65
66
67
68
*.bak
*.swp
*.swo
*.swn
*.swm
*~
.project
EIFGENs
.nitunit
.nitpretty
*.orig
bin/nit*
bin/picnit
doc/stdlib
doc/nitc
*.aux
*.log
*.out
*.toc
src/parser/.nit.sablecc3
src/parser/.nit.sablecc3.dump
src/parser/.parser-nofact.nit
src/version.nit
src/callgrind.*
src/*.log
src/*.dot
src/*.dat
src/*.gnu
src/*.bin
src/nitc_0
src/nitc_0.exe
c_src/*.o
c_src/*.cksum
c_src/nitc
c_src/nitc.exe
csrc2/
lib/*.log
lib/*.dot
lib/*/bin
examples/*/doc
examples/*/bin
contrib/*/bin
tests/alt
tests/errlist
tests/errlist.bak
tests/out
tests/*.xml
tests/nitunit
nitunit.xml
*.stub.nit.[ch]
.metadata/*
.github_data
.DS_Store
**/nit_compile/*