Skip to content

Commit

Permalink
Adding .gitignore File to Project
Browse files Browse the repository at this point in the history
This will cause vim .swp and .swo files from accidentally being
committed.  Like seen here:

SpiderLabs/owasp-modsecurity-crs@1cedc60
  • Loading branch information
Jonathan Claudius committed Sep 26, 2012
1 parent 657f6e8 commit 0916043
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
@@ -0,0 +1,2 @@
*.swp
*.swo

0 comments on commit 0916043

Please sign in to comment.