summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore41
1 files changed, 0 insertions, 41 deletions
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index e02119883a7df..0000000000000
--- a/.gitignore
+++ /dev/null
@@ -1,41 +0,0 @@
-# Object files
-*.o
-*.ko
-*.dSYM
-
-# Libraries
-*.lib
-*.a
-
-# Shared objects (inc. Windows DLLs)
-*.dll
-*.so
-*.so.*
-*.dylib
-
-# Executables
-zstd
-zstdmt
-*.exe
-*.out
-*.app
-
-# Test artefacts
-tmp*
-dictionary*
-
-# Other files
-.directory
-_codelite/
-_zstdbench/
-.clang_complete
-*.idea
-*.swp
-.DS_Store
-googletest/
-*.d
-
-# Directories
-bin/
-.buckd/
-buck-out/