diff options
author | diptighosalkar | 2016-03-18 11:36:10 +0530 |
---|---|---|
committer | diptighosalkar | 2016-03-18 11:36:10 +0530 |
commit | 7031c187322191a50280259f2c4ad38b03bafb69 (patch) | |
tree | 697056452509c1eb682ce2040d4f08be9f425e88 /.gitignore | |
download | Esim-Pspice-to-kicad-convertor-7031c187322191a50280259f2c4ad38b03bafb69.tar.gz Esim-Pspice-to-kicad-convertor-7031c187322191a50280259f2c4ad38b03bafb69.tar.bz2 Esim-Pspice-to-kicad-convertor-7031c187322191a50280259f2c4ad38b03bafb69.zip |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1e2b44b --- /dev/null +++ b/.gitignore @@ -0,0 +1,43 @@ +# Ignore configuration files that may contain sensitive information. +sites/*/*settings*.php + +# Ignore paths that contain generated content. +cache/ +files/ +sites/*/files +sites/*/private + +# Ignore default text files +robots.txt +/CHANGELOG.txt +/COPYRIGHT.txt +/INSTALL*.txt +/LICENSE.txt +/MAINTAINERS.txt +/UPGRADE.txt +/README.txt +sites/all/README.txt +sites/all/modules/README.txt +sites/all/themes/README.txt + +# Ignore everything but the "sites" folder ( for non core developer ) +.htaccess +web.config +authorize.php +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes + +# Ignore vim temp. files +*.swo +*.swp +*~ + |