summaryrefslogtreecommitdiffstats
path: root/conf/gitignore
diff options
context:
space:
mode:
authorRalph-Wang <ralph_ld@aliyun.com>2015-08-19 10:02:41 +0800
committerRalph-Wang <ralph_ld@aliyun.com>2015-08-19 10:02:41 +0800
commitfeed2b61ee9fd028a11c83d2ce7d58994a4bfbc8 (patch)
tree41e729b6fae1cb3a277dae6c21f1fc2ba7c3ee79 /conf/gitignore
parent03b85b73af03eae98308fc3d36cdbd47db1503d6 (diff)
downloadgitea-feed2b61ee9fd028a11c83d2ce7d58994a4bfbc8.tar.gz
gitea-feed2b61ee9fd028a11c83d2ce7d58994a4bfbc8.zip
add newline at the end of file for each gitignore
Diffstat (limited to 'conf/gitignore')
-rw-r--r--conf/gitignore/Android2
-rw-r--r--conf/gitignore/C2
-rw-r--r--conf/gitignore/C Sharp2
-rw-r--r--conf/gitignore/Google Go2
-rw-r--r--conf/gitignore/Java2
-rw-r--r--conf/gitignore/Objective-C2
-rw-r--r--conf/gitignore/Python2
-rw-r--r--conf/gitignore/Ruby2
8 files changed, 8 insertions, 8 deletions
diff --git a/conf/gitignore/Android b/conf/gitignore/Android
index 37e8cf6cc2..64d3c9769c 100644
--- a/conf/gitignore/Android
+++ b/conf/gitignore/Android
@@ -20,4 +20,4 @@ build/
local.properties
# Proguard folder generated by Eclipse
-proguard/ \ No newline at end of file
+proguard/
diff --git a/conf/gitignore/C b/conf/gitignore/C
index e7a909e4c6..9fa3b1bf7d 100644
--- a/conf/gitignore/C
+++ b/conf/gitignore/C
@@ -15,4 +15,4 @@
# Executables
*.exe
*.out
-*.app \ No newline at end of file
+*.app
diff --git a/conf/gitignore/C Sharp b/conf/gitignore/C Sharp
index d26d7cd598..f638296449 100644
--- a/conf/gitignore/C Sharp
+++ b/conf/gitignore/C Sharp
@@ -105,4 +105,4 @@ Generated_Code #added for RIA/Silverlight projects
# Visual Studio version. Backup files are not needed, because we have git ;-)
_UpgradeReport_Files/
Backup*/
-UpgradeLog*.XML \ No newline at end of file
+UpgradeLog*.XML
diff --git a/conf/gitignore/Google Go b/conf/gitignore/Google Go
index 6cd1df2b7a..00268614f0 100644
--- a/conf/gitignore/Google Go
+++ b/conf/gitignore/Google Go
@@ -19,4 +19,4 @@ _cgo_export.*
_testmain.go
-*.exe \ No newline at end of file
+*.exe
diff --git a/conf/gitignore/Java b/conf/gitignore/Java
index b7d7dc6d4e..32858aad3c 100644
--- a/conf/gitignore/Java
+++ b/conf/gitignore/Java
@@ -9,4 +9,4 @@
*.ear
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
-hs_err_pid* \ No newline at end of file
+hs_err_pid*
diff --git a/conf/gitignore/Objective-C b/conf/gitignore/Objective-C
index ce88458636..e4a4e824bd 100644
--- a/conf/gitignore/Objective-C
+++ b/conf/gitignore/Objective-C
@@ -4,4 +4,4 @@
# you should judge for yourself, the pros and cons are mentioned at:
# http://guides.cocoapods.org/using/using-cocoapods.html#should-i-ignore-the-pods-directory-in-source-control?
#
-# Pods/ \ No newline at end of file
+# Pods/
diff --git a/conf/gitignore/Python b/conf/gitignore/Python
index 56841532cd..ded6067880 100644
--- a/conf/gitignore/Python
+++ b/conf/gitignore/Python
@@ -33,4 +33,4 @@ nosetests.xml
# Mr Developer
.mr.developer.cfg
.project
-.pydevproject \ No newline at end of file
+.pydevproject
diff --git a/conf/gitignore/Ruby b/conf/gitignore/Ruby
index eb76b24855..560d1a6a30 100644
--- a/conf/gitignore/Ruby
+++ b/conf/gitignore/Ruby
@@ -15,4 +15,4 @@ tmp
# YARD artifacts
.yardoc
_yardoc
-doc/ \ No newline at end of file
+doc/