diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index ac8f67310..ae18ca834 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ # / *.bak +*.d +*.o *.orig *.rej *.sav @@ -14,3 +16,4 @@ cscope.out /src/y.tab.c /bin /build +/lib |
