-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
49 lines (49 loc) · 891 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
*
!/compilers
/compilers/*
!/compilers/autopar.py
!/compilers/cetus.py
!/compilers/compiler.py
!/compilers/gcc.py
!/compilers/icc.py
!/compilers/par4all.py
!/compilers/dummy.py
!/compilers/binaryCompiler.py
!/compilers/parallelCompiler.py
!/compilers/makefile.py
!remove_compar_annot.py
!/data/*
!/assets
!/assets/*
!.gitignore
!compar.py
!database.py
!job_executor.py
!fragmentator.py
!timer.py
!requirements.txt
!job.py
!execute_job.py
!exceptions.py
!file_formator.py
!parameters.py
!combination.py
!program.py
!parse_nas_runtime.py
!/GUI
!/GUI/templates
!/GUI/codemirror
!/GUI/codemirror/**
!/GUI/static
!/GUI/static/**
!/GUI/app.py
!/GUI/templates/single-file-mode.html
!/GUI/templates/multiple-files-mode.html
!/GUI/templates/makefile-mode.html
!subprocess_handler.py
!python_compar.sh
!logger.py
!c_code_dependencies_in_compar.txt
!combinator.py
!globals.py
!combination_validator.py