Skip to content

Commit

Permalink
Fix the .gitignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Jan 5, 2018
1 parent cbc2cea commit efea30b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,6 @@ dist
# Ignore Stack junk
.stack-work

# Ignore result of test suite.
tests/*
!tests/*.fut
!tests/**/*.fut
examples/*
!examples/*.fut
!examples/**/*.fut

# Ignore side-effects of compilation.
*.aux
*.log
Expand All @@ -36,8 +28,6 @@ examples/*
*.vrb
*.nav

!tests/**/*.out

# Ignore core dumps.
core
core.*
Expand Down
4 changes: 4 additions & 0 deletions examples/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!.gitignore
!/**/
!*.fut
4 changes: 4 additions & 0 deletions tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*
!.gitignore
!/**/
!*.fut

0 comments on commit efea30b

Please sign in to comment.