diff options
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 36a7f1865c..664011942d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.o *.po +*~ source/client/client_proto.h source/include/build_env.h source/include/config.h @@ -29,4 +30,4 @@ source/library-versions source/nsswitch/*.so source/proto_exists source/winbindd/winbindd_proto.h -*~ +source/cscope.out |