Skip to content

Commit

Permalink
Added exception in .gitignore for CMakeLists.txt files, also added li…
Browse files Browse the repository at this point in the history
…ne to ignore .db files from lar
  • Loading branch information
calcuttj committed Oct 29, 2021
1 parent 6d1e1ef commit ae016d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@
*.cmake
*.c
*.txt
!*CMakeLists.txt
*.swo
*.bin
*.db

0 comments on commit ae016d2

Please sign in to comment.