aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorZeex <zeex@rocketmail.com>2020-11-02 20:27:03 +0600
committerZeex <zeex@rocketmail.com>2020-11-02 20:27:03 +0600
commit793d3174494b091d03f10754dd6a27bb8a6a6434 (patch)
tree612abc4f94b13194ee68afa777204202ee0b7997 /.gitignore
parent6fae00efdf2ee4760efb206f84e66d8593f58509 (diff)
downloadsubhook-793d3174494b091d03f10754dd6a27bb8a6a6434.zip
subhook-793d3174494b091d03f10754dd6a27bb8a6a6434.tar.gz
subhook-793d3174494b091d03f10754dd6a27bb8a6a6434.tar.bz2
Add .gitignore
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore73
1 files changed, 73 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..86728a3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,73 @@
+# General
+.DS_Store
+Thumbs.db
+._*
+*.swp
+*~
+*.bak
+*.log*
+*.core*
+
+# Prerequisites
+*.d
+
+# Compiled Object files
+*.slo
+*.lo
+*.o
+*.obj
+
+# Precompiled Headers
+*.gch
+*.pch
+
+# Compiled Dynamic libraries
+*.so
+*.dylib
+*.dll
+
+# Fortran module files
+*.mod
+*.smod
+
+# Compiled Static libraries
+*.lai
+*.la
+*.a
+*.lib
+
+# Executables
+*.exe
+*.out
+*.app
+
+# CMake
+.cmake
+CMakeLists.txt.user*
+CMakeCache.txt
+CMakeFiles
+CMakeScripts
+CPackConfig.cmake
+CPackSourceConfig.cmake
+DartConfiguration.tcl
+Testing
+cmake_install.cmake
+install_manifest.txt
+compile_commands.json
+CTestTestfile.cmake
+_deps
+
+# KDevelop
+*.kdev4
+.kdev4/
+
+# Visual Studio
+.vs
+.vscode
+*.sln
+*.suo
+*.sdf
+
+# Makefiles (geerated by CMake)
+Makefile
+*.make