Skip to content

Commit

Permalink
[MINOR] Changed root .gitignore.
Browse files Browse the repository at this point in the history
- So far, daphne/mlir/log files where ignored everywhere (but daphne-files were allowed under test/).
- But actually, I think we want to disallow them only in the DAPHNE root directory (where they are put sometimes and clutter the list of files) and allow them everywhere else, e.g., under scripts/, test/, etc.
  • Loading branch information
pdamme committed Apr 22, 2024
1 parent e7649ba commit 83f0a20
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ __pycache__/
.clion.source.upload.marker

# local test/dev scripts
tmpdaphne.daphne
*.daphne
*.mlir
*.log
/tmpdaphne.daphne
/*.daphne
/*.mlir
/*.log

# cuda compiler
compiler-debug-cuda.txt
Expand Down Expand Up @@ -61,7 +61,3 @@ profiler/
precompiled-dependencies/
/cmake*/
/data

# Allow .daphne and .mlir files in test/
!test/**/*.mlir
!test/**/*.daphne

0 comments on commit 83f0a20

Please sign in to comment.