diff options
| author | Timothee Cour <timothee.cour2@gmail.com> | 2019-01-25 02:46:49 -0800 |
|---|---|---|
| committer | genotrance <dev@genotrance.com> | 2019-01-25 14:14:32 -0600 |
| commit | f367234ca5da349a00982e6a7d70fdcd80404141 (patch) | |
| tree | 5f25deb5fec4b1f0c2e69a6c35df6f577106af0c | |
| parent | 0f8678e9b26df2a0ac81a72ddc80305b187890fe (diff) | |
| download | nimterop-f367234ca5da349a00982e6a7d70fdcd80404141.tar.gz nimterop-f367234ca5da349a00982e6a7d70fdcd80404141.zip | |
properly ignore all files wo extension
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,8 @@ +## ignore all files wo extension +* +!/**/ +!*.* + # TODO: all generated stuff should go inside `build/` nimcache @@ -8,6 +13,5 @@ nimcache *.swp # Note: use absolute paths to refer to a path assumed to be at a fixed dir level -/toast inc |
