diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | src/.gitignore | 1 |
2 files changed, 2 insertions, 0 deletions
@@ -19,3 +19,4 @@ missing mkinstalldirs stamp-h1 xfixes.pc +*~ diff --git a/src/.gitignore b/src/.gitignore index 2f3345d..b956f41 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -4,3 +4,4 @@ libXfixes.la *.lo Makefile Makefile.in +*~ |