summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2026-03-28 14:22:54 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2026-03-28 14:22:54 -0700
commit8a4ba1974bcf07057cf891128d86ae1ab5303574 (patch)
tree4f70c12e830a95ee9154ab18495cdd7a6e8d252b /.gitignore
parentb8d952cebd42b779256922a8e70a375a94dbb932 (diff)
Strip trailing whitespace from source filesHEADmaster
Performed with: `git ls-files | xargs perl -i -p -e 's{[ \t]+$}{}'` `git diff -w` & `git diff -b` show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxrandr/-/merge_requests/13>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index be892c6..d8bd8d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -71,8 +71,8 @@ core
*.tar.bz2
*.tar.gz
#
-# Add & Override patterns for libXrandr
+# Add & Override patterns for libXrandr
#
# Edit the following section as needed
# For example, !report.pc overrides *.pc. See 'man gitignore'
-#
+#