Skip to content

Commit

Permalink
Add gitignore rule for CSV files
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-bauer committed Mar 15, 2024
1 parent d813913 commit b327f66
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
out.tex
out.pdf

# Ignore all CSV files, except input.csv
*.csv
!input.csv

0 comments on commit b327f66

Please sign in to comment.