Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
adding .gitignore to ignore .* *.bak and *~ files
Browse files Browse the repository at this point in the history
  • Loading branch information
kopardev committed Nov 27, 2018
1 parent 2d6487a commit 601e537
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
@@ -0,0 +1,4 @@
**/.*
!.gitignore
**/*~
**/*.bak

0 comments on commit 601e537

Please sign in to comment.