diff options
| -rw-r--r-- | .gitignore | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,10 @@ +# ignore anything begin with dot +.* + +# exceptions we need even begin with dot +!.clang-format +!.gitignore + # Object files *.o *.a @@ -10,4 +17,3 @@ install/ # Development friendly files tags cscope* -*.swp |
