Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Gallagher <nicolasgallagher@gmail.com>2012-01-20 00:31:45 +0400
committerNicolas Gallagher <nicolasgallagher@gmail.com>2012-01-20 00:32:57 +0400
commit1c014613a9924a3a3715821ff4b65531bee5b630 (patch)
tree1fc35c654e8f83769dbaf58d4ea02740cdfb601c /.gitignore
parentab8f2e2767be77120fedb07269dc7db078101dba (diff)
Add various always-ignore extensions, files, and folders to `.gitignore`
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore36
1 files changed, 35 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 38ad090992..2da5c5c5d2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,36 @@
+# Numerous always-ignore extensions
+*.diff
+*.err
+*.orig
+*.log
+*.rej
+*.swo
+*.swp
+*.vi
+*~
+*.sass-cache
+
+# OS or Editor folders
.DS_Store
-js/min \ No newline at end of file
+Thumbs.db
+.cache
+.project
+.settings
+.tmproj
+*.esproj
+nbproject
+*.sublime-project
+*.sublime-workspace
+
+# Komodo
+*.komodoproject
+.komodotools
+
+# Folders to ignore
+.hg
+.svn
+.CVS
+.idea
+
+# Misc
+js/min