diff options
| author | Yuval Adam <_@yuv.al> | 2017-01-12 18:34:08 +0200 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-01-12 18:36:05 +0200 |
| commit | 508ec7cbe3bd880ba6b86d9d8b1bde5f1bd7fe3c (patch) | |
| tree | f51a6d101a8adbe881ba854b01c4f2812c543191 | |
| parent | f78e6b3f8de875ef95b2278558044558e5e050f2 (diff) | |
Ignore files with no extension AKA binaries
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..411859c --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +* +!*.* +!*/
\ No newline at end of file |
